1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-25 02:02:03 +03:00

- Fixed typo

This commit is contained in:
Paul Bakker
2011-01-06 15:35:45 +00:00
parent 1737385e04
commit 6d46812123

View File

@ -451,7 +451,7 @@ void sha256_hmac_wrap( const unsigned char *key, int keylen,
void * sha256_ctx_alloc( void )
{
return malloc( sizeof( sha2_context ) `);
return malloc( sizeof( sha2_context ) );
}
void sha256_ctx_free( void *ctx )