mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01: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…
Add table
Add a link
Reference in a new issue