forked from wolfSSL/wolfssl
Merge pull request #8435 from JacobBarthelmeh/formatting
add else case to match with other statements
This commit is contained in:
@@ -11100,7 +11100,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
|
||||||
|
Reference in New Issue
Block a user