We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ef096a + 0a1c40b commit cb169caCopy full SHA for cb169ca
configure.ac
@@ -6602,6 +6602,9 @@ AS_CASE([$ENABLED_SELFTEST],
6602
SELFTEST_VERSION="v1"
6603
])
6604
6605
+AS_IF([test "x$ENABLED_SELFTEST" = "xyes" && test ! -s "${srcdir}/wolfcrypt/src/selftest.c"],
6606
+ [AC_MSG_ERROR([selftest.c is missing, --enable-selftest requires the CAVP selftest source])])
6607
+
6608
AS_CASE([$SELFTEST_VERSION],
6609
["v2"],[
6610
AM_CFLAGS="$AM_CFLAGS -DHAVE_SELFTEST -DHAVE_SELFTEST_VERSION=2 -DHAVE_PUBLIC_FFDHE"
0 commit comments