summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-08-10 16:36:37 +0100
committerDr. Stephen Henson <steve@openssl.org>2017-08-10 20:27:42 +0100
commit7d51fd8aa1dca4a0b2bc7b28c74174695bfc9113 (patch)
tree9bfdf63b4bb2f0ea54fa963e52c19ec34b1925be /test
parent3b8986d39d4c04f1d1238caebb859123c89c3e1d (diff)
no-ec2m fixes
Fix warning and don't use binary field certificate for ECDH CMS key only test. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4134) (cherry picked from commit ed5c7ea250657796517fef035e162b20eb8d3c7f)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_cms.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t
index b6264494f9..f038bea31d 100644
--- a/test/recipes/80-test_cms.t
+++ b/test/recipes/80-test_cms.t
@@ -353,8 +353,8 @@ my @smime_cms_param_tests = (
[ "-encrypt", "-in", $smcont,
"-stream", "-out", "test.cms",
catfile($smdir, "smec1.pem"),
- catfile($smdir, "smec2.pem") ],
- [ "-decrypt", "-inkey", catfile($smdir, "smec2.pem"),
+ catfile($smdir, "smec3.pem") ],
+ [ "-decrypt", "-inkey", catfile($smdir, "smec3.pem"),
"-in", "test.cms", "-out", "smtst.txt" ]
],