From: tb Date: Sat, 8 Jan 2022 07:25:52 +0000 (+0000) Subject: x509_cpols.c will need to include x509_lcl.h soon X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2dc201677e987e6259ebbf5515e16fb551677b80;p=openbsd x509_cpols.c will need to include x509_lcl.h soon --- diff --git a/lib/libcrypto/x509/x509_cpols.c b/lib/libcrypto/x509/x509_cpols.c index 2ace607b23e..54b7178cb16 100644 --- a/lib/libcrypto/x509/x509_cpols.c +++ b/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... */