Massive constification.
[oweals/openssl.git] / crypto / bio / b_dump.c
index 287aff2a5e6710b703d5306477455e3a5c3385a3..5e05af5b0c2008307d4051316e6ae6005edaa8ae 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/bio/b_dump.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -69,7 +69,7 @@
 
 int BIO_dump(bio,s,len)
 BIO *bio;
-char *s;
+const char *s;
 int len;
 {
   int ret=0;