diff options
| author | tb <> | 2022-01-07 09:45:52 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-07 09:45:52 +0000 |
| commit | e355318d027a0f704ff216613a362a7e02c68037 (patch) | |
| tree | cc988155697b4e3d3e2ecc93b367229cd77f3af7 /src/lib/libcrypto/x509/x509_ocsp.c | |
| parent | b832de683c05102d9874b3b63f2f3e51488fc323 (diff) | |
| download | openbsd-e355318d027a0f704ff216613a362a7e02c68037.tar.gz openbsd-e355318d027a0f704ff216613a362a7e02c68037.tar.bz2 openbsd-e355318d027a0f704ff216613a362a7e02c68037.zip | |
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 'src/lib/libcrypto/x509/x509_ocsp.c')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_ocsp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_ocsp.c b/src/lib/libcrypto/x509/x509_ocsp.c index 59a2e972ca..cc55d9390d 100644 --- a/src/lib/libcrypto/x509/x509_ocsp.c +++ b/src/lib/libcrypto/x509/x509_ocsp.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_ocsp.c,v 1.1 2020/06/04 15:19:31 jsing Exp $ */ | 1 | /* $OpenBSD: x509_ocsp.c,v 1.2 2022/01/07 09:45: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 | */ |
| @@ -69,6 +69,8 @@ | |||
| 69 | #include <openssl/ocsp.h> | 69 | #include <openssl/ocsp.h> |
| 70 | #include <openssl/x509v3.h> | 70 | #include <openssl/x509v3.h> |
| 71 | 71 | ||
| 72 | #include "ocsp_local.h" | ||
| 73 | |||
| 72 | /* OCSP extensions and a couple of CRL entry extensions | 74 | /* OCSP extensions and a couple of CRL entry extensions |
| 73 | */ | 75 | */ |
| 74 | 76 | ||
