From 8eeec99e0eed3574d56e899fe5b6fc9b700ae806 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 26 Mar 2024 22:43:42 +0000 Subject: [PATCH] x509 trust: remove unneeded headers --- lib/libcrypto/x509/x509_trs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libcrypto/x509/x509_trs.c b/lib/libcrypto/x509/x509_trs.c index 18eb8b86c41..f0f4eefb6a5 100644 --- a/lib/libcrypto/x509/x509_trs.c +++ b/lib/libcrypto/x509/x509_trs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_trs.c,v 1.54 2024/03/25 04:03:26 tb Exp $ */ +/* $OpenBSD: x509_trs.c,v 1.55 2024/03/26 22:43:42 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -59,12 +59,10 @@ #include #include -#include #include #include #include -#include "crypto_internal.h" #include "x509_internal.h" #include "x509_local.h" -- 2.20.1