artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
640eab1
)
Add back x509_local.h for PBKDF2PARAM
author
tb
<tb@openbsd.org>
Tue, 26 Mar 2024 05:43:22 +0000
(
05:43
+0000)
committer
tb
<tb@openbsd.org>
Tue, 26 Mar 2024 05:43:22 +0000
(
05:43
+0000)
lib/libcrypto/asn1/p5_pbev2.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/asn1/p5_pbev2.c
b/lib/libcrypto/asn1/p5_pbev2.c
index
bed85fc
..
4a6ac06
100644
(file)
--- a/
lib/libcrypto/asn1/p5_pbev2.c
+++ b/
lib/libcrypto/asn1/p5_pbev2.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: p5_pbev2.c,v 1.3
3 2024/03/26 05:39:47
tb Exp $ */
+/* $OpenBSD: p5_pbev2.c,v 1.3
4 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 <openssl/x509.h>
#include "evp_local.h"
+#include "x509_local.h"
/* PKCS#5 v2.0 password based encryption structures */