Make pcy_int.h pull in x509_local.h it will need it soon
authortb <tb@openbsd.org>
Sun, 16 Apr 2023 07:36:43 +0000 (07:36 +0000)
committertb <tb@openbsd.org>
Sun, 16 Apr 2023 07:36:43 +0000 (07:36 +0000)
ok jsing

lib/libcrypto/x509/pcy_int.h

index 6632b78..5e9edcb 100644 (file)
@@ -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;