wolfCLU added support for PKCS7

This commit is contained in:
JacobBarthelmeh
2024-11-01 09:44:46 -06:00
parent 24003b265a
commit 13ad54cf46

View File

@@ -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"