Skip to content

Commit 0b81428

Browse files
committed
Change WARN to NOTICE like the SHA3 pattern uses
1 parent 7d3a96a commit 0b81428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,7 @@ if test "$ENABLED_MLKEM" != "no"
45444544
then
45454545
if test "$ENABLED_SHAKE128" = "no"
45464546
then
4547-
AC_MSG_WARN([MLKEM enabled (not explicitly disabled); overriding --disable-shake128 to enable SHAKE128])
4547+
AC_MSG_NOTICE([MLKEM enabled (not explicitly disabled); overriding --disable-shake128 to enable SHAKE128])
45484548
ENABLED_SHAKE128=yes
45494549
enable_shake128=yes
45504550
fi
@@ -4562,7 +4562,7 @@ if test "$ENABLED_MLKEM" != "no"
45624562
then
45634563
if test "$ENABLED_SHAKE256" = "no"
45644564
then
4565-
AC_MSG_WARN([MLKEM enabled (not explicitly disabled); overriding --disable-shake256 to enable SHAKE256])
4565+
AC_MSG_NOTICE([MLKEM enabled (not explicitly disabled); overriding --disable-shake256 to enable SHAKE256])
45664566
ENABLED_SHAKE256=yes
45674567
enable_shake256=yes
45684568
fi

0 commit comments

Comments
 (0)