Fix const declarations.
[openssl.git] / crypto / bio / b_dump.c
index db84ad3d478a599faa319716eb502221783013db..5e05af5b0c2008307d4051316e6ae6005edaa8ae 100644 (file)
@@ -69,7 +69,7 @@
 
 int BIO_dump(bio,s,len)
 BIO *bio;
-char *s;
+const char *s;
 int len;
 {
   int ret=0;