From: tb Date: Tue, 26 Mar 2024 22:43:42 +0000 (+0000) Subject: x509 trust: remove unneeded headers X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8eeec99e0eed3574d56e899fe5b6fc9b700ae806;p=openbsd x509 trust: remove unneeded headers --- 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"