forked from wolfSSL/wolfssl
Fix hasty copy/paste with privSz2
.
This commit is contained in:
@@ -16538,7 +16538,7 @@ done:
|
|||||||
(void)privSz;
|
(void)privSz;
|
||||||
(void)pubSz;
|
(void)pubSz;
|
||||||
(void)pubSz2;
|
(void)pubSz2;
|
||||||
(void)pubSz2;
|
(void)privSz2;
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
#undef DH_TEST_BUF_SIZE
|
#undef DH_TEST_BUF_SIZE
|
||||||
|
Reference in New Issue
Block a user