From e1b703522865e8996212ffc767bc616d3a7bc7b0 Mon Sep 17 00:00:00 2001 From: kenjiro <> Date: Fri, 31 Jul 2026 00:50:52 +0000 Subject: Add missing internal header includes Include the relevant internal headers in implementation files that define internal functions. Also make asn1_local.h and pkcs12_local.h self-contained by including their corresponding public headers. ok tb beck --- src/lib/libcrypto/ec/ec_ameth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/ec') diff --git a/src/lib/libcrypto/ec/ec_ameth.c b/src/lib/libcrypto/ec/ec_ameth.c index ddc8adea1e..d1654d4041 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.74 2025/05/10 05:54:38 tb Exp $ */ +/* $OpenBSD: ec_ameth.c,v 1.75 2026/07/31 00:50:52 kenjiro Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -73,6 +73,7 @@ #include "asn1_local.h" #include "bn_local.h" +#include "ec_local.h" #include "err_local.h" #include "evp_local.h" #include "x509_local.h" -- cgit v1.2.3-55-g6feb