From: tb Date: Tue, 27 Aug 2024 01:19:27 +0000 (+0000) Subject: cms_att.c: tidy includes and add x509_local.h for upcoming change X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c701dc035b6e1c3f81192022ebfce58e985bac65;p=openbsd cms_att.c: tidy includes and add x509_local.h for upcoming change --- 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 */