diff options
author | tb <> | 2023-04-16 07:36:43 +0000 |
---|---|---|
committer | tb <> | 2023-04-16 07:36:43 +0000 |
commit | f8c41f914247cad96d10b6b4456fe88c6f6d7e93 (patch) | |
tree | b242c04ef6a7cd914d32b64f4f735eda7e0106eb /src/lib | |
parent | d4bf96ce7fef4fa52c77e4b71209b01e3d16ba62 (diff) | |
download | openbsd-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.h | 5 |
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 | ||
61 | typedef struct X509_POLICY_DATA_st X509_POLICY_DATA; | 64 | typedef struct X509_POLICY_DATA_st X509_POLICY_DATA; |