aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ocsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/ocsp.h')
-rw-r--r--include/openssl/ocsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ocsp.h b/include/openssl/ocsp.h
index b0654b0e5c..eb6c6a2c9f 100644
--- a/include/openssl/ocsp.h
+++ b/include/openssl/ocsp.h
@@ -259,7 +259,7 @@ ASN1_OCTET_STRING *OCSP_resp_get0_signature(OCSP_BASICRESP *bs);
int OCSP_resp_count(OCSP_BASICRESP *bs);
OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx);
-ASN1_GENERALIZEDTIME *OCSP_resp_get_produced_at(OCSP_BASICRESP* bs);
+ASN1_GENERALIZEDTIME *OCSP_resp_get0_produced_at(OCSP_BASICRESP* bs);
int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last);
int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
ASN1_GENERALIZEDTIME **revtime,