diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 09:45:53 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 09:45:53 +0000 |
commit | b5bb56f148f0c6fc563a8f99bc47d8282d4f1e8b (patch) | |
tree | 8bc2cd5611ceecc31ce58b54ebf446e1d4c71760 /lib/libcrypto/ocsp/ocsp_asn.c | |
parent | 3a4f523e401b167fbb3220dd70daa8ec9aa0573d (diff) |
Add an essentially empty ocsp_local.h and include it in the files
that will need it in the upcoming bump.
discussed with jsing
Diffstat (limited to 'lib/libcrypto/ocsp/ocsp_asn.c')
-rw-r--r-- | lib/libcrypto/ocsp/ocsp_asn.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/ocsp/ocsp_asn.c b/lib/libcrypto/ocsp/ocsp_asn.c index bb58ca79abf..3f00fca1055 100644 --- a/lib/libcrypto/ocsp/ocsp_asn.c +++ b/lib/libcrypto/ocsp/ocsp_asn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ocsp_asn.c,v 1.9 2016/11/04 18:35:30 jsing Exp $ */ +/* $OpenBSD: ocsp_asn.c,v 1.10 2022/01/07 09:45:52 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -59,6 +59,8 @@ #include <openssl/asn1t.h> #include <openssl/ocsp.h> +#include "ocsp_local.h" + static const ASN1_TEMPLATE OCSP_SIGNATURE_seq_tt[] = { { .flags = 0, |