Skip to content

Commit cdbc4cb

Browse files
committed
Fix to make sure certs/asn are enabled for PQ algorithms
1 parent 6f78c26 commit cdbc4cb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

configure.ac

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,7 @@ then
16651665
test "$enable_shake128" = "" && enable_shake128=yes
16661666
test "$enable_shake256" = "" && enable_shake256=yes
16671667
fi
1668+
ENABLED_CERTS=yes
16681669
fi
16691670

16701671
# XMSS
@@ -4444,6 +4445,7 @@ then
44444445
fi
44454446

44464447
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_SM2 -DWOLFSSL_BASE16"
4448+
ENABLED_CERTS=yes
44474449
fi
44484450

44494451

@@ -6305,6 +6307,7 @@ then
63056307
63066308
AM_CFLAGS="$AM_CFLAGS -DHAVE_CURVE448"
63076309
ENABLED_FE448=yes
6310+
ENABLED_CERTS=yes
63086311
fi
63096312
63106313
# Ed448
@@ -9922,10 +9925,6 @@ then
99229925
AM_CCASFLAGS="$AM_CCASFLAGS -DHAVE_ED25519"
99239926
ENABLED_FEMATH=yes
99249927
ENABLED_GEMATH=yes
9925-
fi
9926-
9927-
if test "$ENABLED_ED25519" != "no" || test "$ENABLED_ED448" != "no"
9928-
then
99299928
ENABLED_CERTS=yes
99309929
fi
99319930

0 commit comments

Comments
 (0)