X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbio%2Fbio_cb.c;h=a37d8b4c291773fba569bf4a477f766754c5a1c7;hp=32ae7be4999f0e874ffa969fdb1e051abee630ed;hb=6b691a5c85ddc4e407e32781841fee5c029506cd;hpb=3edd7ed15de229230f74c79c3d71e7c9c674cf4f diff --git a/crypto/bio/bio_cb.c b/crypto/bio/bio_cb.c index 32ae7be499..a37d8b4c29 100644 --- a/crypto/bio/bio_cb.c +++ b/crypto/bio/bio_cb.c @@ -63,13 +63,8 @@ #include "bio.h" #include "err.h" -long MS_CALLBACK BIO_debug_callback(bio,cmd,argp,argi,argl,ret) -BIO *bio; -int cmd; -const char *argp; -int argi; -long argl; -long ret; +long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp, + int argi, long argl, long ret) { BIO *b; MS_STATIC char buf[256];