Skip to content

Commit

Permalink
Account for pkcs7 disabled in wolfSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
lealem47 committed Oct 30, 2024
1 parent ac23bfd commit 88e7eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pkcs/pkcs7-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ then
exit 77
fi

RESULT=`./wolfssl pkcs7 -inform DER -in certs/signed.p7b`
RESULT=`./wolfssl pkcs7 -inform DER -in certs/signed.p7b 2>&1`
echo "$RESULT" | grep "Recompile wolfSSL with PKCS7 support"
if [ $? == 0 ]; then
#return 77 to indicate to automake that the test was skipped
Expand Down

0 comments on commit 88e7eca

Please sign in to comment.