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/md.c b/library/md.c index 5fee809..8359d05 100644 --- a/library/md.c +++ b/library/md.c
@@ -33,7 +33,7 @@ #if defined(MBEDTLS_MD_C) #include "mbedtls/md.h" -#include "mbedtls/md_wrap.h" +#include "mbedtls/md_internal.h" #if defined(MBEDTLS_PLATFORM_C) #include "mbedtls/platform.h"