summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ocsp/ocsp_prn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/ocsp/ocsp_prn.c')
-rw-r--r--lib/libcrypto/ocsp/ocsp_prn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/ocsp/ocsp_prn.c b/lib/libcrypto/ocsp/ocsp_prn.c
index 37d033adb66..fecd14bbfd7 100644
--- a/lib/libcrypto/ocsp/ocsp_prn.c
+++ b/lib/libcrypto/ocsp/ocsp_prn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ocsp_prn.c,v 1.8 2015/07/16 02:16:19 miod Exp $ */
+/* $OpenBSD: ocsp_prn.c,v 1.9 2022/01/07 09:45:52 tb Exp $ */
/* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
* project. */
@@ -66,6 +66,8 @@
#include <openssl/ocsp.h>
#include <openssl/pem.h>
+#include "ocsp_local.h"
+
static int
ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent)
{