mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 13:22:57 +00: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