Rename include directory to mbedtls

This commit is contained in:
Manuel Pégourié-Gonnard
2015-03-09 17:05:11 +00:00
parent 129db08c90
commit 7f8099773e
250 changed files with 908 additions and 908 deletions

View File

@@ -1,8 +1,8 @@
/* BEGIN_HEADER */
#include "polarssl/cipher.h"
#include "mbedtls/cipher.h"
#if defined(POLARSSL_GCM_C)
#include "polarssl/gcm.h"
#include "mbedtls/gcm.h"
#endif
/* END_HEADER */