We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0900e00 + a094831 commit be68ba4Copy full SHA for be68ba4
3 files changed
tests/api.c
@@ -27554,12 +27554,12 @@ static int test_wc_dilithium(void)
27554
!defined(WOLFSSL_DILITHIUM_NO_SIGN)
27555
WC_RNG rng;
27556
#endif
27557
-#ifndef WOLFSSL_DILITHIUM_NO_SIGN
27558
byte* privKey = NULL;
+#ifndef WOLFSSL_DILITHIUM_NO_SIGN
27559
word32 privKeyLen = DILITHIUM_MAX_KEY_SIZE;
27560
27561
-#ifndef WOLFSSL_DILITHIUM_NO_VERIFY
27562
byte* pubKey = NULL;
+#ifndef WOLFSSL_DILITHIUM_NO_VERIFY
27563
word32 pubKeyLen = DILITHIUM_MAX_PUB_KEY_SIZE;
27564
27565
0 commit comments