mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-05 04:06:40 +00:00
Add forgotten ecdsa_free() in ecdsa example
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user