From 12f8a52bb78af91d293bf443addece7158b6bcc3 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 26 Mar 2024 22:43:42 +0000 Subject: x509 trust: remove unneeded headers --- src/lib/libcrypto/x509/x509_trs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/libcrypto/x509/x509_trs.c b/src/lib/libcrypto/x509/x509_trs.c index 18eb8b86c4..f0f4eefb6a 100644 --- a/src/lib/libcrypto/x509/x509_trs.c +++ b/src/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" -- cgit v1.2.3-55-g6feb