mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-04 03:06:10 -04:00
fix for issue 1101: missing rsa context initialization
added mbedtls_rsa_init in rsa_decrypt sample application
This commit is contained in:
parent
c60c31226f
commit
78011d9656
@ -86,6 +86,7 @@ int main( int argc, char *argv[] )
|
|||||||
mbedtls_printf( "\n . Seeding the random number generator..." );
|
mbedtls_printf( "\n . Seeding the random number generator..." );
|
||||||
fflush( stdout );
|
fflush( stdout );
|
||||||
|
|
||||||
|
mbedtls_rsa_init( &rsa, MBEDTLS_RSA_PKCS_V15, 0 );
|
||||||
mbedtls_ctr_drbg_init( &ctr_drbg );
|
mbedtls_ctr_drbg_init( &ctr_drbg );
|
||||||
mbedtls_entropy_init( &entropy );
|
mbedtls_entropy_init( &entropy );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user