From e968561d5e762e6c05e74541137916b4f20a144b Mon Sep 17 00:00:00 2001 From: David Bar Date: Mon, 3 Aug 2015 12:45:26 -0400 Subject: RT3674: Make no-cms build work. Also has changes from from David Woodhouse and some tweaks from me. Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- crypto/ec/ec_ameth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/ec/ec_ameth.c') diff --git a/crypto/ec/ec_ameth.c b/crypto/ec/ec_ameth.c index edb68d119d..e2f32872c6 100644 --- a/crypto/ec/ec_ameth.c +++ b/crypto/ec/ec_ameth.c @@ -67,8 +67,10 @@ #include #include "internal/asn1_int.h" +#ifndef OPENSSL_NO_CMS static int ecdh_cms_decrypt(CMS_RecipientInfo *ri); static int ecdh_cms_encrypt(CMS_RecipientInfo *ri); +#endif static int eckey_param2type(int *pptype, void **ppval, EC_KEY *ec_key) { -- cgit v1.2.3