Commit 7d51fd8a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

no-ec2m fixes



Fix warning and don't use binary field certificate for ECDH CMS
key only test.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4134)

(cherry picked from commit ed5c7ea2)
parent 3b8986d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ]
    ],