Skip to content

Commit

Permalink
Merge pull request #8138 from JacobBarthelmeh/wolfclu_config
Browse files Browse the repository at this point in the history
wolfCLU added support for PKCS7
  • Loading branch information
dgarske authored Nov 7, 2024
2 parents 364cd10 + 13ad54c commit b648d35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b648d35

Please sign in to comment.