Rename _wrap headers to _internal

Makes it clearer that the user is not supposed to include them
This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-26 11:04:15 +02:00
parent 866eb471da
commit 50518f4195
11 changed files with 15 additions and 13 deletions

View file

@ -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>