From e517ff45fafa676184f89b80765a47b04013f869 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 20 Dec 2023 18:38:19 +0000 Subject: Clean up includes in cms_pwri.c --- src/lib/libcrypto/cms/cms_pwri.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/cms/cms_pwri.c b/src/lib/libcrypto/cms/cms_pwri.c index 9ea7cfdcb0..a5581a58bb 100644 --- a/src/lib/libcrypto/cms/cms_pwri.c +++ b/src/lib/libcrypto/cms/cms_pwri.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cms_pwri.c,v 1.29 2023/07/08 08:26:26 beck Exp $ */ +/* $OpenBSD: cms_pwri.c,v 1.30 2023/12/20 18:38:19 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. @@ -52,18 +52,20 @@ * ==================================================================== */ +#include + +#include #include -#include "cryptlib.h" -#include -#include -#include +#include #include +#include #include -#include -#include +#include +#include + #include "cms_local.h" -#include "asn1/asn1_local.h" +#include "evp_local.h" int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, unsigned char *pass, -- cgit v1.2.3-55-g6feb