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/err/err.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/err') diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c index a60769fc2a..5bfdf66aee 100644 --- a/src/lib/libcrypto/err/err.c +++ b/src/lib/libcrypto/err/err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err.c,v 1.78 2025/06/10 08:53:37 tb Exp $ */ +/* $OpenBSD: err.c,v 1.79 2026/07/31 00:50:52 kenjiro Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -122,6 +122,9 @@ #include #include +#include "constant_time.h" +#include "err_local.h" + DECLARE_LHASH_OF(ERR_STRING_DATA); DECLARE_LHASH_OF(ERR_STATE); -- cgit v1.2.3-55-g6feb