From 63d44e27ad76fc5499e99ddb652e92397ea23c20 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 12 Jul 2025 19:54:58 +0000 Subject: pem_info.c: more include tweaks --- src/lib/libcrypto/pem/pem_info.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/lib/libcrypto/pem/pem_info.c b/src/lib/libcrypto/pem/pem_info.c index a28baae21e..5848703c4e 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.29 2025/07/12 19:50:02 tb Exp $ */ +/* $OpenBSD: pem_info.c,v 1.30 2025/07/12 19:54:58 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -64,19 +64,14 @@ #include #include +#include #include #include #include #include #include -#include - -#ifndef OPENSSL_NO_DSA -#include -#endif -#ifndef OPENSSL_NO_RSA #include -#endif +#include #include "err_local.h" #include "evp_local.h" -- cgit v1.2.3-55-g6feb