mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
change test function includes to use one convention
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/* BEGIN_HEADER */
|
||||
#include <polarssl/cipher.h>
|
||||
#include "polarssl/cipher.h"
|
||||
|
||||
#if defined(POLARSSL_GCM_C)
|
||||
#include <polarssl/gcm.h>
|
||||
#include "polarssl/gcm.h"
|
||||
#endif
|
||||
/* END_HEADER */
|
||||
|
||||
|
Reference in New Issue
Block a user