X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Focsp%2Focsp_cl.c;h=218e12cbdbd41de1657eb77d05081e1c1d57636b;hp=2f3835d9c9ddba23e79d4a5e269b02175735fc07;hb=213f60bf1779bf64089d89189e1d9ee484ec0f44;hpb=ee6d9f4eb602479d04872f3a9fd1d3904bd96fd1 diff --git a/crypto/ocsp/ocsp_cl.c b/crypto/ocsp/ocsp_cl.c index 2f3835d9c9..218e12cbdb 100644 --- a/crypto/ocsp/ocsp_cl.c +++ b/crypto/ocsp/ocsp_cl.c @@ -242,7 +242,7 @@ OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx) return sk_OCSP_SINGLERESP_value(bs->tbsResponseData.responses, idx); } -ASN1_GENERALIZEDTIME *OCSP_resp_get_produced_at(OCSP_BASICRESP* bs) +ASN1_GENERALIZEDTIME *OCSP_resp_get0_produced_at(OCSP_BASICRESP* bs) { if (!bs) return NULL;