From 0f582df15e8337f01b1f747d7a848d1be6c7b25d Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 9 Sep 2019 17:56:00 +0000 Subject: Move #include to more appropriate location (since it is now being installed). --- src/lib/libcrypto/ec/ec_ameth.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/ec/ec_ameth.c b/src/lib/libcrypto/ec/ec_ameth.c index a7e80c73d7..ad7b03f739 100644 --- a/src/lib/libcrypto/ec/ec_ameth.c +++ b/src/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 #include +#include #include #include #include @@ -68,8 +69,6 @@ #include "asn1_locl.h" #ifndef OPENSSL_NO_CMS -#include - static int ecdh_cms_decrypt(CMS_RecipientInfo *ri); static int ecdh_cms_encrypt(CMS_RecipientInfo *ri); #endif -- cgit v1.2.3-55-g6feb