From b3eed87fdc320cefa6c6e92eb99bc50d0a9e4114 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 16 Apr 2023 07:36:43 +0000 Subject: [PATCH] Make pcy_int.h pull in x509_local.h it will need it soon ok jsing --- lib/libcrypto/x509/pcy_int.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libcrypto/x509/pcy_int.h b/lib/libcrypto/x509/pcy_int.h index 6632b787fab..5e9edcb9334 100644 --- 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; -- 2.20.1