commit | 50518f419589d2c4746f4b6d6be0a2569a3386a8 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue May 26 11:04:15 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue May 26 11:06:12 2015 +0200 |
tree | 4b98868bfcfad23ad92c6f1f2323befc2ba0732e | |
parent | 866eb471dada9e7661316d8f5d85a49dfef463e7 [diff] [blame] |
Rename _wrap headers to _internal Makes it clearer that the user is not supposed to include them
diff --git a/library/cipher.c b/library/cipher.c index a558575..4e97bf1 100644 --- a/library/cipher.c +++ b/library/cipher.c
@@ -33,7 +33,7 @@ #if defined(MBEDTLS_CIPHER_C) #include "mbedtls/cipher.h" -#include "mbedtls/cipher_wrap.h" +#include "mbedtls/cipher_internal.h" #include <stdlib.h> #include <string.h>