From b74dac6171ce72c72fa4d106643a9e3c67bb6119 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Thu, 20 Feb 2020 08:32:37 -0600 Subject: [PATCH] Fix WIN test --- wolfcrypt/test/test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 24361cdc2..70736f325 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -3012,7 +3012,7 @@ int sha3_test(void) return 0; } -#endif +#endif /* WOLFSSL_SHA3 */ int hash_test(void) @@ -15528,7 +15528,7 @@ int openssl_test(void) return -7406; #endif /* WOLFSSL_SHA512 */ - +#ifdef WOLFSSL_SHA3 #ifndef WOLFSSL_NOSHA3_224 e.input = "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhi" @@ -15604,7 +15604,7 @@ int openssl_test(void) return -7406; #endif /* WOLFSSL_NOSHA3_512 */ - +#endif /* WOLFSSL_SHA3 */ #ifndef NO_MD5 if (RAND_bytes(hash, sizeof(hash)) != 1)