summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ocsp/ocsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ocsp/ocsp.h')
-rw-r--r--src/lib/libcrypto/ocsp/ocsp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp.h b/src/lib/libcrypto/ocsp/ocsp.h
index fd3d45afb2..316fb8ed93 100644
--- a/src/lib/libcrypto/ocsp/ocsp.h
+++ b/src/lib/libcrypto/ocsp/ocsp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ocsp.h,v 1.15 2018/05/13 10:42:03 tb Exp $ */ 1/* $OpenBSD: ocsp.h,v 1.16 2018/08/24 20:03:21 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
@@ -392,7 +392,8 @@ int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
392int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx, const char *name, 392int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx, const char *name,
393 const char *value); 393 const char *value);
394 394
395OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer); 395OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject,
396 const X509 *issuer);
396 397
397OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst, const X509_NAME *issuerName, 398OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst, const X509_NAME *issuerName,
398 const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber); 399 const ASN1_BIT_STRING *issuerKey, const ASN1_INTEGER *serialNumber);