mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
unused variable fix in rsa_oaep_padding_test fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user