unused variable fix in rsa_oaep_padding_test fix
This commit is contained in:
parent
873f10b0cf
commit
729fea6b71
@ -15287,8 +15287,10 @@ exit_rsa:
|
||||
FREE_VAR(out, HEAP_HINT);
|
||||
FREE_VAR(plain, HEAP_HINT);
|
||||
|
||||
(void)idx;
|
||||
(void)inStr;
|
||||
|
||||
(void)res;
|
||||
|
||||
if (ret >= 0)
|
||||
ret = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user