diff options
author | tb <> | 2018-11-14 06:24:21 +0000 |
---|---|---|
committer | tb <> | 2018-11-14 06:24:21 +0000 |
commit | fedc16ec539a5da2d75085990e706b549e1e2d20 (patch) | |
tree | 7b36ef79c61abf82a7fdf4382300811e757f5664 /src/usr.bin/openssl/s_client.c | |
parent | a7e4eb88f4b1fed61577a6666a649e53c78769c4 (diff) | |
download | openbsd-fedc16ec539a5da2d75085990e706b549e1e2d20.tar.gz openbsd-fedc16ec539a5da2d75085990e706b549e1e2d20.tar.bz2 openbsd-fedc16ec539a5da2d75085990e706b549e1e2d20.zip |
didn't found -> didn't find.
From Edgar Pettijohn III
Diffstat (limited to 'src/usr.bin/openssl/s_client.c')
-rw-r--r-- | src/usr.bin/openssl/s_client.c | 4 |
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); |