1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

- Fixed comments / typos

This commit is contained in:
Paul Bakker
2012-11-07 20:05:38 +00:00
parent 77db6ce348
commit 096348fa79
6 changed files with 6 additions and 14 deletions

View File

@ -2984,8 +2984,6 @@ 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)
*/
static void x509_hash( const unsigned char *in, size_t len, int alg,
unsigned char *out )