]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bio/b_dump.c
Change functions to ANSI C.
[thirdparty/openssl.git] / crypto / bio / b_dump.c
index db84ad3d478a599faa319716eb502221783013db..839dfeb15e69bd48ee6ffa4b679abddb9ae19003 100644 (file)
 #define TRUNCATE
 #define DUMP_WIDTH     16
 
-int BIO_dump(bio,s,len)
-BIO *bio;
-char *s;
-int len;
+int BIO_dump(BIO *bio, const char *s, int len)
 {
   int ret=0;
   char buf[160+1],tmp[20];