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/aes/aes.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/aes') diff --git a/src/lib/libcrypto/aes/aes.c b/src/lib/libcrypto/aes/aes.c index 9cffe6b7cd..027cb84064 100644 --- a/src/lib/libcrypto/aes/aes.c +++ b/src/lib/libcrypto/aes/aes.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aes.c,v 1.17 2025/09/15 07:36:12 tb Exp $ */ +/* $OpenBSD: aes.c,v 1.18 2026/07/31 00:50:52 kenjiro Exp $ */ /* ==================================================================== * Copyright (c) 2002-2006 The OpenSSL Project. All rights reserved. * @@ -55,6 +55,7 @@ #include #include +#include "aes_local.h" #include "crypto_arch.h" #include "crypto_internal.h" #include "modes_local.h" -- cgit v1.2.3-55-g6feb