Convert X509_CRL* functions to use const getters
[openssl.git] / crypto / x509v3 / v3_prn.c
index 4b1d0c3b5ee88eb283a776926446615686102413..f384c342acc03938bb7823891d26870582affa1c 100644 (file)
@@ -135,8 +135,8 @@ int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
     return ok;
 }
 
-int X509V3_extensions_print(BIO *bp, char *title,
-                            STACK_OF(X509_EXTENSION) *exts,
+int X509V3_extensions_print(BIO *bp, const char *title,
+                            const STACK_OF(X509_EXTENSION) *exts,
                             unsigned long flag, int indent)
 {
     int i, j;