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_prn.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_prn.c')
| -rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_prn.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_prn.c b/src/lib/libcrypto/ocsp/ocsp_prn.c index 37d033adb6..fecd14bbfd 100644 --- a/src/lib/libcrypto/ocsp/ocsp_prn.c +++ b/src/lib/libcrypto/ocsp/ocsp_prn.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ocsp_prn.c,v 1.8 2015/07/16 02:16:19 miod Exp $ */ | 1 | /* $OpenBSD: ocsp_prn.c,v 1.9 2022/01/07 09:45:52 tb Exp $ */ |
| 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL | 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL |
| 3 | * project. */ | 3 | * project. */ |
| 4 | 4 | ||
| @@ -66,6 +66,8 @@ | |||
| 66 | #include <openssl/ocsp.h> | 66 | #include <openssl/ocsp.h> |
| 67 | #include <openssl/pem.h> | 67 | #include <openssl/pem.h> |
| 68 | 68 | ||
| 69 | #include "ocsp_local.h" | ||
| 70 | |||
| 69 | static int | 71 | static int |
| 70 | ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent) | 72 | ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent) |
| 71 | { | 73 | { |
