From 3a680fea8e4a6a2fb16443b4edd0e75531ccafd8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 20 Oct 2024 10:52:51 +0000 Subject: ec_ameth.c: fix includes --- src/lib/libcrypto/ec/ec_ameth.c | 12 +++++++++--- 1 file changed, 9 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 f42093c3db..a47110827e 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.69 2024/08/29 16:58:19 tb Exp $ */ +/* $OpenBSD: ec_ameth.c,v 1.70 2024/10/20 10:52:51 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -56,18 +56,24 @@ * */ -#include +#include +#include #include +#include +#include #include #include #include #include +#include +#include +#include #include #include "asn1_local.h" -#include "ec_local.h" +#include "bn_local.h" #include "evp_local.h" #include "x509_local.h" -- cgit v1.2.3-55-g6feb