From fdfad9e1701882b4e72b41155a9c8e4ef338ddbf Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 10:17:37 +0000 Subject: Remove most PBEPARAM stuff from public visibility The struct itself needs to remain public, unfortunately. ok jsing --- src/lib/libcrypto/evp/evp_pbe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/evp') diff --git a/src/lib/libcrypto/evp/evp_pbe.c b/src/lib/libcrypto/evp/evp_pbe.c index 3f1f1ec9a4..a9f5b8fb12 100644 --- a/src/lib/libcrypto/evp/evp_pbe.c +++ b/src/lib/libcrypto/evp/evp_pbe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_pbe.c,v 1.44 2024/03/02 10:15:15 tb Exp $ */ +/* $OpenBSD: evp_pbe.c,v 1.45 2024/03/02 10:17:37 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -70,6 +70,7 @@ #include "evp_local.h" #include "hmac_local.h" #include "pkcs12_local.h" +#include "x509_local.h" /* Password based encryption (PBE) functions */ int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, -- cgit v1.2.3-55-g6feb