forked from wolfSSL/wolfssl
FIPS Revalidation
1. Change to configure.ac to automatically enable HKDF in FIPSv2 builds.
This commit is contained in:
@@ -2063,6 +2063,9 @@ then
|
|||||||
AS_IF([test "x$ENABLED_CMAC" != "xyes"],
|
AS_IF([test "x$ENABLED_CMAC" != "xyes"],
|
||||||
[ENABLED_CMAC="yes"
|
[ENABLED_CMAC="yes"
|
||||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_CMAC"])
|
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_CMAC"])
|
||||||
|
AS_IF([test "x$ENABLED_HKDF" != "xyes"],
|
||||||
|
[ENABLED_HKDF="yes"
|
||||||
|
AM_CFLAGS="$AM_CFLAGS -DHAVE_HKDF"])
|
||||||
])
|
])
|
||||||
else
|
else
|
||||||
if test "x$ENABLED_FORTRESS" = "xyes"
|
if test "x$ENABLED_FORTRESS" = "xyes"
|
||||||
|
Reference in New Issue
Block a user