diff options
Diffstat (limited to 'lib/libcrypto/ec/ec_ameth.c')
-rw-r--r-- | lib/libcrypto/ec/ec_ameth.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libcrypto/ec/ec_ameth.c b/lib/libcrypto/ec/ec_ameth.c index 6935972de58..93e305b71a5 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.10 2014/07/10 22:45:57 jsing Exp $ */ +/* $OpenBSD: ec_ameth.c,v 1.11 2014/07/11 08:44:48 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -60,13 +60,15 @@ #include <openssl/opensslconf.h> -#include "cryptlib.h" -#include <openssl/x509.h> -#include <openssl/ec.h> #include <openssl/bn.h> +#include <openssl/ec.h> +#include <openssl/err.h> +#include <openssl/x509.h> + #ifndef OPENSSL_NO_CMS #include <openssl/cms.h> #endif + #include "asn1_locl.h" static int |