Constify ASN1_PCTX_*
[openssl.git] / crypto / asn1 / t_pkey.c
index 7a570ee823980fbabc16014474d9207b350a1941..3b2c9df8917f465f5a8ea9ce345d647946f12124 100644 (file)
@@ -18,7 +18,7 @@
 /* Maximum indent */
 #define ASN1_PRINT_MAX_INDENT 128
 
-int ASN1_buf_print(BIO *bp, unsigned char *buf, size_t buflen, int indent)
+int ASN1_buf_print(BIO *bp, const unsigned char *buf, size_t buflen, int indent)
 {
     size_t i;