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/bn/bn_const.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/bn') diff --git a/src/lib/libcrypto/bn/bn_const.c b/src/lib/libcrypto/bn/bn_const.c index 389e95ca15..746e1f269a 100644 --- a/src/lib/libcrypto/bn/bn_const.c +++ b/src/lib/libcrypto/bn/bn_const.c @@ -1,8 +1,10 @@ -/* $OpenBSD: bn_const.c,v 1.9 2026/01/23 08:29:04 tb Exp $ */ +/* $OpenBSD: bn_const.c,v 1.10 2026/07/31 00:50:52 kenjiro Exp $ */ /* Insert boilerplate */ #include +#include "bn_local.h" + /* * "First Oakley Default Group" from RFC2409, section 6.1. * -- cgit v1.2.3-55-g6feb