From f91bfb97798b3d6d7b7488e3ac55a6e61c23451b Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 19 Feb 2024 15:37:44 +0000 Subject: pk7_attr.c: tidy includes --- src/lib/libcrypto/pkcs7/pk7_attr.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/lib/libcrypto/pkcs7/pk7_attr.c b/src/lib/libcrypto/pkcs7/pk7_attr.c index 5eff5241ef..52463aa3a3 100644 --- a/src/lib/libcrypto/pkcs7/pk7_attr.c +++ b/src/lib/libcrypto/pkcs7/pk7_attr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pk7_attr.c,v 1.14 2023/02/16 08:38:17 tb Exp $ */ +/* $OpenBSD: pk7_attr.c,v 1.15 2024/02/19 15:37:44 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2001. */ @@ -57,14 +57,12 @@ */ #include -#include -#include + #include -#include -#include +#include +#include #include #include -#include int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) -- cgit v1.2.3-55-g6feb