Constify various mostly X509-related parameter types in crypto/ and apps/
[openssl.git] / apps / ocsp.c
index 3c6b8cbd88f6aee84b66bd4ba3f900c61da5a3fa..411f605814df636bac65aa625fd46b9863f12f48 100644 (file)
@@ -1081,7 +1081,7 @@ static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,
                            STACK_OF(OCSP_CERTID) *ids)
 {
     OCSP_CERTID *id;
-    X509_NAME *iname;
+    const X509_NAME *iname;
     ASN1_BIT_STRING *ikey;
     ASN1_INTEGER *sno;