diff options
Diffstat (limited to 'crypto/bio/b_dump.c')
-rw-r--r-- | crypto/bio/b_dump.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/bio/b_dump.c b/crypto/bio/b_dump.c index 5e05af5b0c..839dfeb15e 100644 --- a/crypto/bio/b_dump.c +++ b/crypto/bio/b_dump.c @@ -67,10 +67,7 @@ #define TRUNCATE #define DUMP_WIDTH 16 -int BIO_dump(bio,s,len) -BIO *bio; -const char *s; -int len; +int BIO_dump(BIO *bio, const char *s, int len) { int ret=0; char buf[160+1],tmp[20]; |