diff options
| author | tb <> | 2023-04-16 07:36:43 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-16 07:36:43 +0000 |
| commit | c23b8a73f8d6fac3d22f421d08f6493955e4823d (patch) | |
| tree | b242c04ef6a7cd914d32b64f4f735eda7e0106eb /src | |
| parent | cc870e90b25892682d2908d1ebd7346fb1f5330b (diff) | |
| download | openbsd-c23b8a73f8d6fac3d22f421d08f6493955e4823d.tar.gz openbsd-c23b8a73f8d6fac3d22f421d08f6493955e4823d.tar.bz2 openbsd-c23b8a73f8d6fac3d22f421d08f6493955e4823d.zip | |
Make pcy_int.h pull in x509_local.h it will need it soon
ok jsing
Diffstat (limited to 'src')
| -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; |
