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:
@ -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 )
|
||||
|
Reference in New Issue
Block a user