summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cms/cms_pwri.c
diff options
context:
space:
mode:
authortb <>2024-01-14 18:40:24 +0000
committertb <>2024-01-14 18:40:24 +0000
commit7275db42cfd89cfefc48c432321417f8bf75183b (patch)
treeb2e065c41c1c097309c8c01a18bf3a5c97caa676 /src/lib/libcrypto/cms/cms_pwri.c
parent747351e7dead16f2802a622ac2490e737ae2b3b6 (diff)
downloadopenbsd-7275db42cfd89cfefc48c432321417f8bf75183b.tar.gz
openbsd-7275db42cfd89cfefc48c432321417f8bf75183b.tar.bz2
openbsd-7275db42cfd89cfefc48c432321417f8bf75183b.zip
Tidy a few more includes in cms/
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/cms/cms_pwri.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cms/cms_pwri.c b/src/lib/libcrypto/cms/cms_pwri.c
index a5581a58bb..b6fe5df961 100644
--- a/src/lib/libcrypto/cms/cms_pwri.c
+++ b/src/lib/libcrypto/cms/cms_pwri.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cms_pwri.c,v 1.30 2023/12/20 18:38:19 tb Exp $ */ 1/* $OpenBSD: cms_pwri.c,v 1.31 2024/01/14 18:40:24 tb Exp $ */
2/* 2/*
3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
4 * project. 4 * project.
@@ -66,6 +66,7 @@
66 66
67#include "cms_local.h" 67#include "cms_local.h"
68#include "evp_local.h" 68#include "evp_local.h"
69#include "x509_local.h"
69 70
70int 71int
71CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, unsigned char *pass, 72CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, unsigned char *pass,