From 49f5e7daaec3894208ab7e6b68ff13afb2b7c63c Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 12 Jul 2025 19:50:02 +0000 Subject: pem_info.c: fix includes --- src/lib/libcrypto/pem/pem_info.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/pem/pem_info.c b/src/lib/libcrypto/pem/pem_info.c index dfc0a83d3f..a28baae21e 100644 --- a/src/lib/libcrypto/pem/pem_info.c +++ b/src/lib/libcrypto/pem/pem_info.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pem_info.c,v 1.28 2025/05/10 05:54:38 tb Exp $ */ +/* $OpenBSD: pem_info.c,v 1.29 2025/07/12 19:50:02 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,11 +57,15 @@ */ #include +#include #include #include -#include +#include +#include +#include +#include #include #include #include -- cgit v1.2.3-55-g6feb