mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 08:28:25 +00:00
Add forgotten ecdsa_free() in ecdsa example
This commit is contained in:
parent
e09631b7c4
commit
bf3109fd41
1 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,9 @@ exit:
|
|||
fflush( stdout ); getchar();
|
||||
#endif
|
||||
|
||||
ecdsa_free( &ctx_verify );
|
||||
ecdsa_free( &ctx_sign );
|
||||
|
||||
return( ret );
|
||||
}
|
||||
#endif /* POLARSSL_BIGNUM_C && POLARSSL_ECDSA_C &&
|
||||
|
|
Loading…
Reference in a new issue