summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/s_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/s_client.c b/src/usr.bin/openssl/s_client.c
index b66997ee50..e542f08481 100644
--- a/src/usr.bin/openssl/s_client.c
+++ b/src/usr.bin/openssl/s_client.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s_client.c,v 1.36 2018/02/11 20:03:10 jmc Exp $ */ 1/* $OpenBSD: s_client.c,v 1.37 2018/11/14 06:24:21 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -891,7 +891,7 @@ re_start:
891 BIO_free(fbio); 891 BIO_free(fbio);
892 if (!foundit) 892 if (!foundit)
893 BIO_printf(bio_err, 893 BIO_printf(bio_err,
894 "didn't found STARTTLS in server response," 894 "didn't find STARTTLS in server response,"
895 " try anyway...\n"); 895 " try anyway...\n");
896 BIO_printf(sbio, ". STARTTLS\r\n"); 896 BIO_printf(sbio, ". STARTTLS\r\n");
897 BIO_read(sbio, sbuf, BUFSIZZ); 897 BIO_read(sbio, sbuf, BUFSIZZ);