From: tb Date: Wed, 10 Jan 2024 21:34:53 +0000 (+0000) Subject: X509_TRUST: tidy up includes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=43fce97267405505504235c310b1e82130d265c1;p=openbsd X509_TRUST: tidy up includes --- diff --git a/lib/libcrypto/x509/x509_trs.c b/lib/libcrypto/x509/x509_trs.c index 4391907ca63..efa648c9ebb 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.38 2024/01/10 21:19:56 tb Exp $ */ +/* $OpenBSD: x509_trs.c,v 1.39 2024/01/10 21:34:53 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -57,9 +57,11 @@ */ #include -#include +#include #include +#include +#include #include #include "x509_local.h"