x509_cpols.c will need to include x509_lcl.h soon
authortb <tb@openbsd.org>
Sat, 8 Jan 2022 07:25:52 +0000 (07:25 +0000)
committertb <tb@openbsd.org>
Sat, 8 Jan 2022 07:25:52 +0000 (07:25 +0000)
lib/libcrypto/x509/x509_cpols.c

index 2ace607..54b7178 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509_cpols.c,v 1.2 2021/08/24 15:23:03 tb Exp $ */
+/* $OpenBSD: x509_cpols.c,v 1.3 2022/01/08 07:25:52 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
@@ -66,6 +66,7 @@
 #include <openssl/x509v3.h>
 
 #include "pcy_int.h"
+#include "x509_lcl.h"
 
 /* Certificate policies extension support: this one is a bit complex... */