Skip to content

Commit a1645d6

Browse files
committed
448 streaming base on ENABLED flag and below FIPS section
1 parent f00e524 commit a1645d6

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

configure.ac

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,18 +4103,6 @@ AC_ARG_ENABLE([ed448-stream],
41034103
[ ENABLED_ED448_STREAM=no ]
41044104
)
41054105

4106-
if test "$ENABLED_ED448_STREAM" != "no"
4107-
then
4108-
if test "$ENABLED_ED448" = "no"
4109-
then
4110-
AC_MSG_ERROR([ED448 verify streaming enabled but ED448 is disabled])
4111-
else
4112-
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ED448_STREAMING_VERIFY"
4113-
AM_CCASFLAGS="$AM_CCASFLAGS -DWOLFSSL_ED448_STREAMING_VERIFY"
4114-
fi
4115-
fi
4116-
4117-
41184106
# FP ECC, Fixed Point cache ECC
41194107
AC_ARG_ENABLE([fpecc],
41204108
[AS_HELP_STRING([--enable-fpecc],[Enable Fixed Point cache ECC (default: disabled)])],
@@ -5614,6 +5602,18 @@ then
56145602
ENABLED_CERTS=yes
56155603
fi
56165604
5605+
if test "$ENABLED_ED448_STREAM" != "no"
5606+
then
5607+
if test "$ENABLED_ED448" = "no"
5608+
then
5609+
AC_MSG_ERROR([ED448 verify streaming enabled but ED448 is disabled])
5610+
else
5611+
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ED448_STREAMING_VERIFY"
5612+
AM_CCASFLAGS="$AM_CCASFLAGS -DWOLFSSL_ED448_STREAMING_VERIFY"
5613+
fi
5614+
fi
5615+
5616+
56175617
# SRTP-KDF
56185618
if test "$ENABLED_SRTP" = "yes"
56195619
then

0 commit comments

Comments
 (0)