1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

- Fixed doxygen syntax to standard '\' instead of '@'

This commit is contained in:
Paul Bakker
2011-01-18 14:58:55 +00:00
parent 3cccddb238
commit 0f5f72e949
3 changed files with 46 additions and 46 deletions

View File

@ -2631,7 +2631,7 @@ int x509parse_revoked( const x509_cert *crt, const x509_crl *crl )
/*
* Wrapper for x509 hashes.
*
* @param out Buffer to receive the hash (Should be at least 64 bytes)
* \param out Buffer to receive the hash (Should be at least 64 bytes)
*/
static void x509_hash( const unsigned char *in, int len, int alg,
unsigned char *out )