summaryrefslogtreecommitdiffstats
path: root/test/cms-test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test/cms-test.pl')
-rw-r--r--test/cms-test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cms-test.pl b/test/cms-test.pl
index f81f82c9c1..ee191b37f1 100644
--- a/test/cms-test.pl
+++ b/test/cms-test.pl
@@ -81,6 +81,7 @@ my @smime_pkcs7_tests = (
[
"signed content DER format, RSA key",
"-sign -in smcont.txt -outform DER -nodetach"
+ . " -certfile $smdir/smroot.pem"
. " -signer $smdir/smrsa1.pem -out test.cms",
"-verify -in test.cms -inform DER "
. " -CAfile $smdir/smroot.pem -out smtst.txt"