summaryrefslogtreecommitdiffstats
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 a468a5233e..ecf3a2d765 100644
--- a/include/openssl/ocsp.h
+++ b/include/openssl/ocsp.h
@@ -187,7 +187,7 @@ OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer);
OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst,
X509_NAME *issuerName,
ASN1_BIT_STRING *issuerKey,
- ASN1_INTEGER *serialNumber);
+ const ASN1_INTEGER *serialNumber);
OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);