Merge pull request #8435 from JacobBarthelmeh/formatting

add else case to match with other statements
This commit is contained in:
David Garske
2025-02-21 17:21:10 -08:00
committed by GitHub

View File

@@ -11100,7 +11100,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