mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-05 13:44:41 +02:00
unused variable fix in rsa_oaep_padding_test fix
This commit is contained in:
@@ -15287,7 +15287,9 @@ exit_rsa:
|
||||
FREE_VAR(out, HEAP_HINT);
|
||||
FREE_VAR(plain, HEAP_HINT);
|
||||
|
||||
(void)idx;
|
||||
(void)inStr;
|
||||
(void)res;
|
||||
|
||||
if (ret >= 0)
|
||||
ret = 0;
|
||||
|
Reference in New Issue
Block a user