Skip to content

Commit 3279b36

Browse files
committed
wolfcrypt/src/wc_lms.c: remove redundant gating on WOLFSSL_LMS_SHAKE256 in wc_LmsParamsMap wc_lms_map[].
1 parent ac11279 commit 3279b36

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

wolfcrypt/src/wc_lms.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ static const wc_LmsParamsMap wc_lms_map[] = {
521521
#endif
522522
#endif /* !WOLFSSL_NO_LMS_SHAKE256_256 */
523523

524-
#ifdef WOLFSSL_LMS_SHAKE256
525524
/* SHAKE256/192 L1 H5 */
526525
{ WC_LMS_PARM_SHAKE192_L1_H5_W1 , "LMS/HSS_SHAKE256/192_L1_H5_W1",
527526
LMS_PARAMS(1, 5, 1, 2, LMS_SHAKE_M24_H5 , LMOTS_SHAKE_N24_W1,
@@ -595,7 +594,6 @@ static const wc_LmsParamsMap wc_lms_map[] = {
595594
LMS_PARAMS(1, 25, 8, 4, LMS_SHAKE_M24_H25, LMOTS_SHAKE_N24_W8,
596595
WC_SHA256_192_DIGEST_SIZE) },
597596
#endif
598-
#endif /* WOLFSSL_LMS_SHAKE256 (M24 entries) */
599597
#endif /* WOLFSSL_LMS_SHAKE256 */
600598
};
601599
/* Number of parameter sets supported. */

0 commit comments

Comments
 (0)