Merge pull request #8138 from JacobBarthelmeh/wolfclu_config

wolfCLU added support for PKCS7
This commit is contained in:
David Garske
2024-11-07 12:44:06 -08:00
committed by GitHub

View File

@ -9128,6 +9128,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"