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/ocsp/ocsp_srv.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/ocsp/ocsp_srv.c')
| -rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_srv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_srv.c b/src/lib/libcrypto/ocsp/ocsp_srv.c index 5c9ac4d807..d23520708c 100644 --- a/src/lib/libcrypto/ocsp/ocsp_srv.c +++ b/src/lib/libcrypto/ocsp/ocsp_srv.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ocsp_srv.c,v 1.11 2021/11/01 20:53:08 tb Exp $ */ | 1 | /* $OpenBSD: ocsp_srv.c,v 1.12 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 2001. | 3 | * project 2001. |
| 4 | */ | 4 | */ |
| @@ -65,6 +65,8 @@ | |||
| 65 | #include <openssl/x509.h> | 65 | #include <openssl/x509.h> |
| 66 | #include <openssl/x509v3.h> | 66 | #include <openssl/x509v3.h> |
| 67 | 67 | ||
| 68 | #include "ocsp_local.h" | ||
| 69 | |||
| 68 | /* Utility functions related to sending OCSP responses and extracting | 70 | /* Utility functions related to sending OCSP responses and extracting |
| 69 | * relevant information from the request. | 71 | * relevant information from the request. |
| 70 | */ | 72 | */ |
