From 96d9ebcfeecb9a534289ebd0779431a1b42880aa Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Mon, 10 Feb 2025 14:53:15 -0700 Subject: [PATCH] add else case to match with other statements --- wolfcrypt/src/evp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/evp.c b/wolfcrypt/src/evp.c index abc79d999..0513b1440 100644 --- a/wolfcrypt/src/evp.c +++ b/wolfcrypt/src/evp.c @@ -11104,7 +11104,7 @@ int wolfSSL_EVP_MD_block_size(const WOLFSSL_EVP_MD* type) #ifndef WOLFSSL_NOSHA3_512 if (XSTRCMP(type, WC_SN_sha3_512) == 0) { return WC_SHA3_512_BLOCK_SIZE; - } + } else #endif #endif /* WOLFSSL_SHA3 */ #ifdef WOLFSSL_SM3