From 5cc8979309622c5112982d4eb179ab46b37ffea7 Mon Sep 17 00:00:00 2001 From: David Garske Date: Wed, 24 Feb 2021 15:09:51 -0800 Subject: [PATCH] Review feedback for unused `pubSz2. --- wolfcrypt/test/test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 97883beab..a33feb555 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -16553,6 +16553,8 @@ done: wc_FreeDhKey(key2); #endif + (void)pubSz2; + return ret; #undef DH_TEST_BUF_SIZE #undef DH_TEST_TMP_SIZE