add else case to match with other statements

This commit is contained in:
JacobBarthelmeh
2025-02-10 14:53:15 -07:00
parent 4373e551e7
commit 96d9ebcfee

View File

@@ -11104,7 +11104,7 @@ int wolfSSL_EVP_MD_block_size(const WOLFSSL_EVP_MD* type)
#ifndef WOLFSSL_NOSHA3_512 #ifndef WOLFSSL_NOSHA3_512
if (XSTRCMP(type, WC_SN_sha3_512) == 0) { if (XSTRCMP(type, WC_SN_sha3_512) == 0) {
return WC_SHA3_512_BLOCK_SIZE; return WC_SHA3_512_BLOCK_SIZE;
} } else
#endif #endif
#endif /* WOLFSSL_SHA3 */ #endif /* WOLFSSL_SHA3 */
#ifdef WOLFSSL_SM3 #ifdef WOLFSSL_SM3