mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Introduced entropy_free()
This commit is contained in:
parent
c55988406f
commit
1ffefaca1e
28 changed files with 38 additions and 0 deletions
|
|
@ -528,6 +528,7 @@ void rsa_gen_key( int nrbits, int exponent, int result)
|
|||
}
|
||||
|
||||
rsa_free( &ctx );
|
||||
entropy_free( &entropy );
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue