summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2019-09-09 17:56:01 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2019-09-09 17:56:01 +0000
commitcaf72d6db30b119631bec829e37491c4727ef4f3 (patch)
tree452ad0c68051224649ad5d266a19123899128cd7 /lib/libcrypto/ec
parentf74d64917921cf545e07a49f9a7c7a5b1fbec7c5 (diff)
Move #include <openssl/cms.h> to more appropriate location (since it is
now being installed).
Diffstat (limited to 'lib/libcrypto/ec')
-rw-r--r--lib/libcrypto/ec/ec_ameth.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcrypto/ec/ec_ameth.c b/lib/libcrypto/ec/ec_ameth.c
index a7e80c73d7b..ad7b03f739d 100644
--- a/lib/libcrypto/ec/ec_ameth.c
+++ b/lib/libcrypto/ec/ec_ameth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ec_ameth.c,v 1.26 2019/09/08 17:00:05 jsing Exp $ */
+/* $OpenBSD: ec_ameth.c,v 1.27 2019/09/09 17:56:00 jsing Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2006.
*/
@@ -61,6 +61,7 @@
#include <openssl/opensslconf.h>
#include <openssl/bn.h>
+#include <openssl/cms.h>
#include <openssl/ec.h>
#include <openssl/err.h>
#include <openssl/x509.h>
@@ -68,8 +69,6 @@
#include "asn1_locl.h"
#ifndef OPENSSL_NO_CMS
-#include <openssl/cms.h>
-
static int ecdh_cms_decrypt(CMS_RecipientInfo *ri);
static int ecdh_cms_encrypt(CMS_RecipientInfo *ri);
#endif