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/include/mbedtls/md.h b/include/mbedtls/md.h index f72dba1..3164788 100644 --- a/include/mbedtls/md.h +++ b/include/mbedtls/md.h
@@ -65,7 +65,7 @@ #endif /** - * Opaque struct defined in md_wrap.h + * Opaque struct defined in md_internal.h */ typedef struct mbedtls_md_info_t mbedtls_md_info_t;