Skip to content

Commit

Permalink
wolfCLU added support for PKCS7
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Nov 1, 2024
1 parent 24003b2 commit 13ad54c
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 @@ -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"
Expand Down

0 comments on commit 13ad54c

Please sign in to comment.