diff options
| author | tb <> | 2024-01-14 18:40:24 +0000 |
|---|---|---|
| committer | tb <> | 2024-01-14 18:40:24 +0000 |
| commit | d8fbbf56c16588a8c19188dc49bc5b3ddc1eb704 (patch) | |
| tree | b2e065c41c1c097309c8c01a18bf3a5c97caa676 /src/lib/libcrypto/cms/cms_pwri.c | |
| parent | 5f09c37c2f11498c6b4f11437f3dc13f537e6b44 (diff) | |
| download | openbsd-d8fbbf56c16588a8c19188dc49bc5b3ddc1eb704.tar.gz openbsd-d8fbbf56c16588a8c19188dc49bc5b3ddc1eb704.tar.bz2 openbsd-d8fbbf56c16588a8c19188dc49bc5b3ddc1eb704.zip | |
Tidy a few more includes in cms/
Diffstat (limited to 'src/lib/libcrypto/cms/cms_pwri.c')
| -rw-r--r-- | src/lib/libcrypto/cms/cms_pwri.c | 3 |
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 | ||
| 70 | int | 71 | int |
| 71 | CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, unsigned char *pass, | 72 | CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, unsigned char *pass, |
