From 0769c03c9ac155717446eb09c6440b513c1af085 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 27 Aug 2024 01:19:27 +0000 Subject: cms_att.c: tidy includes and add x509_local.h for upcoming change --- src/lib/libcrypto/cms/cms_att.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/cms/cms_att.c b/src/lib/libcrypto/cms/cms_att.c index 390ad6e74b..5dbaf3cb20 100644 --- a/src/lib/libcrypto/cms/cms_att.c +++ b/src/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 */ -- cgit v1.2.3-55-g6feb