summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ocsp/ocsp_lib.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_lib.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_lib.c')
-rw-r--r--src/lib/libcrypto/ocsp/ocsp_lib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_lib.c b/src/lib/libcrypto/ocsp/ocsp_lib.c
index 53d516020d..8081a1ce85 100644
--- a/src/lib/libcrypto/ocsp/ocsp_lib.c
+++ b/src/lib/libcrypto/ocsp/ocsp_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ocsp_lib.c,v 1.23 2018/08/24 20:03:21 tb Exp $ */ 1/* $OpenBSD: ocsp_lib.c,v 1.24 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
@@ -74,6 +74,8 @@
74#include <openssl/x509.h> 74#include <openssl/x509.h>
75#include <openssl/x509v3.h> 75#include <openssl/x509v3.h>
76 76
77#include "ocsp_local.h"
78
77/* Convert a certificate and its issuer to an OCSP_CERTID */ 79/* Convert a certificate and its issuer to an OCSP_CERTID */
78 80
79OCSP_CERTID * 81OCSP_CERTID *