From 9d4d36f7fee4845888ca898afbbb998aabc8b6ce Mon Sep 17 00:00:00 2001 From: David Garske Date: Mon, 1 Mar 2021 16:02:51 -0800 Subject: [PATCH] Fix hasty copy/paste with `privSz2`. --- wolfcrypt/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 9f78b5b1f..5b9662300 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -16538,7 +16538,7 @@ done: (void)privSz; (void)pubSz; (void)pubSz2; - (void)pubSz2; + (void)privSz2; return ret; #undef DH_TEST_BUF_SIZE