summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-04-16 07:36:43 +0000
committertb <>2023-04-16 07:36:43 +0000
commitf8c41f914247cad96d10b6b4456fe88c6f6d7e93 (patch)
treeb242c04ef6a7cd914d32b64f4f735eda7e0106eb /src/lib
parentd4bf96ce7fef4fa52c77e4b71209b01e3d16ba62 (diff)
downloadopenbsd-f8c41f914247cad96d10b6b4456fe88c6f6d7e93.tar.gz
openbsd-f8c41f914247cad96d10b6b4456fe88c6f6d7e93.tar.bz2
openbsd-f8c41f914247cad96d10b6b4456fe88c6f6d7e93.zip
Make pcy_int.h pull in x509_local.h it will need it soon
ok jsing
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/x509/pcy_int.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/pcy_int.h b/src/lib/libcrypto/x509/pcy_int.h
index 6632b787fa..5e9edcb933 100644
--- a/src/lib/libcrypto/x509/pcy_int.h
+++ b/src/lib/libcrypto/x509/pcy_int.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: pcy_int.h,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ 1/* $OpenBSD: pcy_int.h,v 1.2 2023/04/16 07:36:43 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 2004. 3 * project 2004.
4 */ 4 */
@@ -56,6 +56,9 @@
56 * 56 *
57 */ 57 */
58 58
59/* Needed to pull in the typedefs for X509_POLICY_* */
60#include "x509_local.h"
61
59__BEGIN_HIDDEN_DECLS 62__BEGIN_HIDDEN_DECLS
60 63
61typedef struct X509_POLICY_DATA_st X509_POLICY_DATA; 64typedef struct X509_POLICY_DATA_st X509_POLICY_DATA;