Skip to content

Commit b7f7092

Browse files
committed
Remove preprocessor directive for consistency
Other cases in this switch statement aren't guarded either.
1 parent 3a3b5c7 commit b7f7092

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/psa_crypto.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,10 +2529,8 @@ static size_t psa_get_hash_block_size( psa_algorithm_t alg )
25292529
return( 64 );
25302530
case PSA_ALG_SHA_256:
25312531
return( 64 );
2532-
#if !defined(MBEDTLS_SHA512_NO_SHA384)
25332532
case PSA_ALG_SHA_384:
25342533
return( 128 );
2535-
#endif
25362534
case PSA_ALG_SHA_512:
25372535
return( 128 );
25382536
default:

0 commit comments

Comments
 (0)