mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:05:36 +01:00
- Removed unused variable
This commit is contained in:
parent
a665685abf
commit
f0ba6a479a
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user