File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
41194107AC_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
56155603fi
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
56185618if test "$ENABLED_SRTP" = "yes"
56195619then
You can’t perform that action at this time.
0 commit comments