From: tb Date: Tue, 26 Mar 2024 05:43:22 +0000 (+0000) Subject: Add back x509_local.h for PBKDF2PARAM X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=43d244b180d2ea9ebd0205a01194d7158163185f;p=openbsd Add back x509_local.h for PBKDF2PARAM --- diff --git a/lib/libcrypto/asn1/p5_pbev2.c b/lib/libcrypto/asn1/p5_pbev2.c index bed85fca7f6..4a6ac062128 100644 --- a/lib/libcrypto/asn1/p5_pbev2.c +++ b/lib/libcrypto/asn1/p5_pbev2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p5_pbev2.c,v 1.33 2024/03/26 05:39:47 tb Exp $ */ +/* $OpenBSD: p5_pbev2.c,v 1.34 2024/03/26 05:43:22 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999-2004. */ @@ -65,6 +65,7 @@ #include #include "evp_local.h" +#include "x509_local.h" /* PKCS#5 v2.0 password based encryption structures */