Constify various mostly X509-related parameter types in crypto/ and apps/
[oweals/openssl.git] / crypto / cmp / cmp_server.c
index a91f67b2647ba0aae03b423a9750826474f9b8ac..ce532b3110c9e4c28b650ae19bb63c8a8caf28c8 100644 (file)
@@ -249,7 +249,7 @@ static OSSL_CMP_MSG *process_rr(OSSL_CMP_SRV_CTX *srv_ctx,
     OSSL_CMP_REVDETAILS *details;
     OSSL_CRMF_CERTID *certId;
     OSSL_CRMF_CERTTEMPLATE *tmpl;
-    X509_NAME *issuer;
+    const X509_NAME *issuer;
     ASN1_INTEGER *serial;
     OSSL_CMP_PKISI *si;