From 729fea6b71e98075e4999bf97c8ef82e0f275110 Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Fri, 25 Jun 2021 08:39:44 -0600 Subject: [PATCH] unused variable fix in rsa_oaep_padding_test fix --- wolfcrypt/test/test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 0ff836676..c182a1411 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -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;