1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-10 05:03:02 +03:00

- Removed unused variable

This commit is contained in:
Paul Bakker
2010-07-18 19:47:37 +00:00
parent a665685abf
commit f0ba6a479a

View File

@@ -297,7 +297,6 @@ rsa_pkcs1_encrypt_bad_rng:message_hex_string:padding_mode:mod:radix_N:input_N:ra
unsigned char output_str[1000];
rsa_context ctx;
int msg_len;
int res;
rsa_init( &ctx, {padding_mode}, 0, &badrand, NULL );
memset( message_str, 0x00, 1000 );