diff options
author | tb <> | 2022-01-08 07:25:52 +0000 |
---|---|---|
committer | tb <> | 2022-01-08 07:25:52 +0000 |
commit | 28e3801f3f0182c33d771dcddd72a444055cc7a1 (patch) | |
tree | 4af1b10f56af8b0442ce100a077c407e6f179bd7 /src | |
parent | 38bdfec37bcab02c26f3c2bc0005e01197ea77b2 (diff) | |
download | openbsd-28e3801f3f0182c33d771dcddd72a444055cc7a1.tar.gz openbsd-28e3801f3f0182c33d771dcddd72a444055cc7a1.tar.bz2 openbsd-28e3801f3f0182c33d771dcddd72a444055cc7a1.zip |
x509_cpols.c will need to include x509_lcl.h soon
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/x509/x509_cpols.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | /* $OpenBSD: x509_cpols.c,v 1.2 2021/08/24 15:23:03 tb Exp $ */ | 1 | /* $OpenBSD: x509_cpols.c,v 1.3 2022/01/08 07:25:52 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 1999. | 3 | * project 1999. |
4 | */ | 4 | */ |
@@ -66,6 +66,7 @@ | |||
66 | #include <openssl/x509v3.h> | 66 | #include <openssl/x509v3.h> |
67 | 67 | ||
68 | #include "pcy_int.h" | 68 | #include "pcy_int.h" |
69 | #include "x509_lcl.h" | ||
69 | 70 | ||
70 | /* Certificate policies extension support: this one is a bit complex... */ | 71 | /* Certificate policies extension support: this one is a bit complex... */ |
71 | 72 | ||