Loading apps/s_client.c +3 −1 Original line number Diff line number Diff line Loading @@ -1120,9 +1120,11 @@ bad: if (bio_c_out == NULL) { if (c_quiet && !c_debug && !c_msg) if (c_quiet && !c_debug) { bio_c_out=BIO_new(BIO_s_null()); if (c_msg && !bio_c_msg) bio_c_msg=BIO_new_fp(stdout,BIO_NOCLOSE); } else { Loading apps/s_server.c +3 −1 Original line number Diff line number Diff line Loading @@ -1612,9 +1612,11 @@ bad: if (bio_s_out == NULL) { if (s_quiet && !s_debug && !s_msg) if (s_quiet && !s_debug) { bio_s_out=BIO_new(BIO_s_null()); if (s_msg && !bio_s_msg) bio_s_msg=BIO_new_fp(stdout,BIO_NOCLOSE); } else { Loading Loading
apps/s_client.c +3 −1 Original line number Diff line number Diff line Loading @@ -1120,9 +1120,11 @@ bad: if (bio_c_out == NULL) { if (c_quiet && !c_debug && !c_msg) if (c_quiet && !c_debug) { bio_c_out=BIO_new(BIO_s_null()); if (c_msg && !bio_c_msg) bio_c_msg=BIO_new_fp(stdout,BIO_NOCLOSE); } else { Loading
apps/s_server.c +3 −1 Original line number Diff line number Diff line Loading @@ -1612,9 +1612,11 @@ bad: if (bio_s_out == NULL) { if (s_quiet && !s_debug && !s_msg) if (s_quiet && !s_debug) { bio_s_out=BIO_new(BIO_s_null()); if (s_msg && !bio_s_msg) bio_s_msg=BIO_new_fp(stdout,BIO_NOCLOSE); } else { Loading