From c701dc035b6e1c3f81192022ebfce58e985bac65 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 27 Aug 2024 01:19:27 +0000 Subject: [PATCH] cms_att.c: tidy includes and add x509_local.h for upcoming change --- lib/libcrypto/cms/cms_att.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/libcrypto/cms/cms_att.c b/lib/libcrypto/cms/cms_att.c index 390ad6e74b0..5dbaf3cb200 100644 --- a/lib/libcrypto/cms/cms_att.c +++ b/lib/libcrypto/cms/cms_att.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_att.c,v 1.12 2024/07/26 13:23:52 tb Exp $ */ +/* $OpenBSD: cms_att.c,v 1.13 2024/08/27 01:19:27 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -52,12 +52,12 @@ * ==================================================================== */ -#include -#include -#include -#include +#include #include +#include + #include "cms_local.h" +#include "x509_local.h" /* CMS SignedData Attribute utilities */ -- 2.20.1