forked from wolfSSL/wolfssl
Merge pull request #8138 from JacobBarthelmeh/wolfclu_config
wolfCLU added support for PKCS7
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user