Rename _wrap headers to _internal
Makes it clearer that the user is not supposed to include them
This commit is contained in:
parent
866eb471da
commit
50518f4195
11 changed files with 15 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* \file cipher_wrap.h
|
||||
* \file cipher_internal.h
|
||||
*
|
||||
* \brief Cipher wrappers.
|
||||
*
|
|
@ -65,7 +65,7 @@ typedef enum {
|
|||
#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;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* \file md_wrap.h
|
||||
* \file md_internal.h
|
||||
*
|
||||
* \brief Message digest wrappers.
|
||||
*
|
Loading…
Add table
Add a link
Reference in a new issue