From 13ad54cf466215a4bfc74855be4244d3bad06dab Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Fri, 1 Nov 2024 09:44:46 -0600 Subject: [PATCH] wolfCLU added support for PKCS7 --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 67298c4cd1..f6978d9a01 100644 --- a/configure.ac +++ b/configure.ac @@ -9093,6 +9093,12 @@ then ENABLED_DES3="yes" fi + # Has support for PKCS7 + if test "$ENABLED_PKCS7" = "no" + then + ENABLED_PKCS7=yes + fi + # Uses alt name ENABLED_ALTNAMES="yes"