X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fs_server.c;h=81ee3853bb0ad23dedf98ef01ffbef291e2ffe44;hp=e0eac553f86b07d23478f7a436c81cf6f12681cb;hb=3a4e9367d83a43f0d1c5b5eab4396c4b05df1a6b;hpb=a7cf07b4961347713b0fea321c301a0a618b4f2e diff --git a/apps/s_server.c b/apps/s_server.c index e0eac553f8..81ee3853bb 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -2098,7 +2098,6 @@ static int sv_body(char *hostname, int s, int stype, unsigned char *context) /* SSL_set_fd(con,s); */ if (s_debug) { - SSL_set_debug(con, 1); BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); } @@ -2651,7 +2650,6 @@ static int www_body(char *hostname, int s, int stype, unsigned char *context) #endif if (s_debug) { - SSL_set_debug(con, 1); BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); } @@ -3013,7 +3011,6 @@ static int rev_body(char *hostname, int s, int stype, unsigned char *context) #endif if (s_debug) { - SSL_set_debug(con, 1); BIO_set_callback(SSL_get_rbio(con), bio_dump_callback); BIO_set_callback_arg(SSL_get_rbio(con), (char *)bio_s_out); }