diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/apps/s_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/s_client.c b/src/lib/libssl/src/apps/s_client.c index 70e7254a91..5bbad0e1e6 100644 --- a/src/lib/libssl/src/apps/s_client.c +++ b/src/lib/libssl/src/apps/s_client.c | |||
@@ -1074,7 +1074,7 @@ SSL_set_tlsext_status_ids(con, ids); | |||
1074 | 1074 | ||
1075 | if (starttls_proto) | 1075 | if (starttls_proto) |
1076 | { | 1076 | { |
1077 | BIO_printf(bio_err,"%s",mbuf); | 1077 | BIO_write(bio_err, mbuf, mbuf_len); |
1078 | /* We don't need to know any more */ | 1078 | /* We don't need to know any more */ |
1079 | starttls_proto = PROTO_OFF; | 1079 | starttls_proto = PROTO_OFF; |
1080 | } | 1080 | } |