diff options
| author | tb <> | 2024-03-26 05:43:22 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-26 05:43:22 +0000 |
| commit | e145d2967bbe4b2437ae28abb8c7f383e8e0be97 (patch) | |
| tree | f34666ddc3118bf26955232d9affa12de9350868 /src | |
| parent | 1b3cffc1aeec8de11c2bc784e69ce28342db49db (diff) | |
| download | openbsd-e145d2967bbe4b2437ae28abb8c7f383e8e0be97.tar.gz openbsd-e145d2967bbe4b2437ae28abb8c7f383e8e0be97.tar.bz2 openbsd-e145d2967bbe4b2437ae28abb8c7f383e8e0be97.zip | |
Add back x509_local.h for PBKDF2PARAM
Diffstat (limited to 'src')
| -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 | ||
