unused variable fix in rsa_oaep_padding_test fix

This commit is contained in:
Lealem Amedie 2021-06-25 08:39:44 -06:00
parent 873f10b0cf
commit 729fea6b71

View File

@ -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;