diff options
author | tb <> | 2024-03-26 05:43:22 +0000 |
---|---|---|
committer | tb <> | 2024-03-26 05:43:22 +0000 |
commit | c02ae62bf6379d7b7e2d966c8670cdda65d6b1be (patch) | |
tree | f34666ddc3118bf26955232d9affa12de9350868 | |
parent | ab4e5821937996e75dde9e321b00b070bcb895fe (diff) | |
download | openbsd-c02ae62bf6379d7b7e2d966c8670cdda65d6b1be.tar.gz openbsd-c02ae62bf6379d7b7e2d966c8670cdda65d6b1be.tar.bz2 openbsd-c02ae62bf6379d7b7e2d966c8670cdda65d6b1be.zip |
Add back x509_local.h for PBKDF2PARAM
-rw-r--r-- | src/lib/libcrypto/asn1/p5_pbev2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/p5_pbev2.c b/src/lib/libcrypto/asn1/p5_pbev2.c index bed85fca7f..4a6ac06212 100644 --- a/src/lib/libcrypto/asn1/p5_pbev2.c +++ b/src/lib/libcrypto/asn1/p5_pbev2.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: p5_pbev2.c,v 1.33 2024/03/26 05:39:47 tb Exp $ */ | 1 | /* $OpenBSD: p5_pbev2.c,v 1.34 2024/03/26 05:43:22 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999-2004. | 3 | * project 1999-2004. |
4 | */ | 4 | */ |
@@ -65,6 +65,7 @@ | |||
65 | #include <openssl/x509.h> | 65 | #include <openssl/x509.h> |
66 | 66 | ||
67 | #include "evp_local.h" | 67 | #include "evp_local.h" |
68 | #include "x509_local.h" | ||
68 | 69 | ||
69 | /* PKCS#5 v2.0 password based encryption structures */ | 70 | /* PKCS#5 v2.0 password based encryption structures */ |
70 | 71 | ||