mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 14:09:15 +01:00
change test function includes to use one convention
This commit is contained in:
parent
00ab47026b
commit
ce2f237697
37 changed files with 69 additions and 72 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue