diff options
author | tb <> | 2022-01-08 07:25:52 +0000 |
---|---|---|
committer | tb <> | 2022-01-08 07:25:52 +0000 |
commit | ca96a8ce6f34937882f70242e06c4a33460addf0 (patch) | |
tree | 4af1b10f56af8b0442ce100a077c407e6f179bd7 /src | |
parent | 913c590049bb4c8044d460f21e536a63ca3f56c0 (diff) | |
download | openbsd-ca96a8ce6f34937882f70242e06c4a33460addf0.tar.gz openbsd-ca96a8ce6f34937882f70242e06c4a33460addf0.tar.bz2 openbsd-ca96a8ce6f34937882f70242e06c4a33460addf0.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 | ||