artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b50100
)
Make pcy_int.h pull in x509_local.h it will need it soon
author
tb
<tb@openbsd.org>
Sun, 16 Apr 2023 07:36:43 +0000
(07:36 +0000)
committer
tb
<tb@openbsd.org>
Sun, 16 Apr 2023 07:36:43 +0000
(07:36 +0000)
ok jsing
lib/libcrypto/x509/pcy_int.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/pcy_int.h
b/lib/libcrypto/x509/pcy_int.h
index
6632b78
..
5e9edcb
100644
(file)
--- a/
lib/libcrypto/x509/pcy_int.h
+++ b/
lib/libcrypto/x509/pcy_int.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: pcy_int.h,v 1.
1 2020/06/04 15:19:31 jsing
Exp $ */
+/* $OpenBSD: pcy_int.h,v 1.
2 2023/04/16 07:36:43 tb
Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2004.
*/
@@
-56,6
+56,9
@@
*
*/
+/* Needed to pull in the typedefs for X509_POLICY_* */
+#include "x509_local.h"
+
__BEGIN_HIDDEN_DECLS
typedef struct X509_POLICY_DATA_st X509_POLICY_DATA;