summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ocsp/ocsp_prn.c
diff options
context:
space:
mode:
authortb <>2022-01-07 09:45:52 +0000
committertb <>2022-01-07 09:45:52 +0000
commite34065049e662885183a2bfa41208d2873c1d205 (patch)
treecc988155697b4e3d3e2ecc93b367229cd77f3af7 /src/lib/libcrypto/ocsp/ocsp_prn.c
parent1dea570cc812620acbc5717c51f584b7e7ef91b7 (diff)
downloadopenbsd-e34065049e662885183a2bfa41208d2873c1d205.tar.gz
openbsd-e34065049e662885183a2bfa41208d2873c1d205.tar.bz2
openbsd-e34065049e662885183a2bfa41208d2873c1d205.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.c4
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
69static int 71static int
70ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent) 72ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent)
71{ 73{