mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 20:18:12 +00:00
- Fixed typo
This commit is contained in:
parent
1737385e04
commit
6d46812123
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ void sha256_hmac_wrap( const unsigned char *key, int keylen,
|
||||||
|
|
||||||
void * sha256_ctx_alloc( void )
|
void * sha256_ctx_alloc( void )
|
||||||
{
|
{
|
||||||
return malloc( sizeof( sha2_context ) `);
|
return malloc( sizeof( sha2_context ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
void sha256_ctx_free( void *ctx )
|
void sha256_ctx_free( void *ctx )
|
||||||
|
|
Loading…
Reference in a new issue