From 43fce97267405505504235c310b1e82130d265c1 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 10 Jan 2024 21:34:53 +0000 Subject: [PATCH] X509_TRUST: tidy up includes --- lib/libcrypto/x509/x509_trs.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" -- 2.20.1