mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 16:28:15 +00:00
- Removed unused variable
This commit is contained in:
parent
a665685abf
commit
f0ba6a479a
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue