From ca96a8ce6f34937882f70242e06c4a33460addf0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 8 Jan 2022 07:25:52 +0000 Subject: x509_cpols.c will need to include x509_lcl.h soon --- src/lib/libcrypto/x509/x509_cpols.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/libcrypto/x509/x509_cpols.c b/src/lib/libcrypto/x509/x509_cpols.c index 2ace607b23..54b7178cb1 100644 --- a/src/lib/libcrypto/x509/x509_cpols.c +++ b/src/lib/libcrypto/x509/x509_cpols.c @@ -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 #include "pcy_int.h" +#include "x509_lcl.h" /* Certificate policies extension support: this one is a bit complex... */ -- cgit v1.2.3-55-g6feb