Fix some additional renaming issues

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-20 12:33:57 +01:00
parent 5f29a73d13
commit 331ba5778a
3 changed files with 3 additions and 7 deletions

View file

@ -223,12 +223,12 @@ int mbedtls_x509_crt_verify_info( char *buf, size_t size, const char *prefix,
* \param buf Buffer to write to
* \param size Maximum size of buffer
* \param prefix A line prefix
* \param flags Verification flags created by x509_crt_verify()
* \param flags Verification flags created by mbedtls_x509_crt_verify()
*
* \return The amount of data written to the buffer, or -1 in
* case of an error.
*/
int x509_crt_verify_info( char *buf, size_t size, const char *prefix,
int mbedtls_x509_crt_verify_info( char *buf, size_t size, const char *prefix,
int flags );
/**