cms_att.c: tidy includes and add x509_local.h for upcoming change
authortb <tb@openbsd.org>
Tue, 27 Aug 2024 01:19:27 +0000 (01:19 +0000)
committertb <tb@openbsd.org>
Tue, 27 Aug 2024 01:19:27 +0000 (01:19 +0000)
lib/libcrypto/cms/cms_att.c

index 390ad6e..5dbaf3c 100644 (file)
@@ -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.
  * ====================================================================
  */
 
-#include <openssl/asn1t.h>
-#include <openssl/pem.h>
-#include <openssl/x509v3.h>
-#include <openssl/err.h>
+#include <openssl/asn1.h>
 #include <openssl/cms.h>
+#include <openssl/x509.h>
+
 #include "cms_local.h"
+#include "x509_local.h"
 
 /* CMS SignedData Attribute utilities */