Skip to content

Commit 29c3ffb

Browse files
authored
Merge pull request wolfSSL#8435 from JacobBarthelmeh/formatting
add else case to match with other statements
2 parents 865f96a + 96d9ebc commit 29c3ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfcrypt/src/evp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11100,7 +11100,7 @@ int wolfSSL_EVP_MD_block_size(const WOLFSSL_EVP_MD* type)
1110011100
#ifndef WOLFSSL_NOSHA3_512
1110111101
if (XSTRCMP(type, WC_SN_sha3_512) == 0) {
1110211102
return WC_SHA3_512_BLOCK_SIZE;
11103-
}
11103+
} else
1110411104
#endif
1110511105
#endif /* WOLFSSL_SHA3 */
1110611106
#ifdef WOLFSSL_SM3

0 commit comments

Comments
 (0)