diff options
author | jmc <> | 2018-02-11 20:03:10 +0000 |
---|---|---|
committer | jmc <> | 2018-02-11 20:03:10 +0000 |
commit | b79e04fbebdea85b138b8a70588f181bd8c37110 (patch) | |
tree | 8bc659f38b51fed7b8b88360eaabde86b3947136 /src | |
parent | 11ceaf7112d0ef7a761e5f33fc5f84e8ffc22407 (diff) | |
download | openbsd-b79e04fbebdea85b138b8a70588f181bd8c37110.tar.gz openbsd-b79e04fbebdea85b138b8a70588f181bd8c37110.tar.bz2 openbsd-b79e04fbebdea85b138b8a70588f181bd8c37110.zip |
typo in output string; from edgar pettijohn
Diffstat (limited to 'src')
-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 cedc495218..b66997ee50 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.35 2018/02/07 05:47:55 jsing Exp $ */ | 1 | /* $OpenBSD: s_client.c,v 1.36 2018/02/11 20:03:10 jmc 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 | * |
@@ -859,7 +859,7 @@ re_start: | |||
859 | BIO_free(fbio); | 859 | BIO_free(fbio); |
860 | if (!foundit) | 860 | if (!foundit) |
861 | BIO_printf(bio_err, | 861 | BIO_printf(bio_err, |
862 | "didn't found starttls in server response," | 862 | "didn't find starttls in server response," |
863 | " try anyway...\n"); | 863 | " try anyway...\n"); |
864 | BIO_printf(sbio, "STARTTLS\r\n"); | 864 | BIO_printf(sbio, "STARTTLS\r\n"); |
865 | BIO_read(sbio, sbuf, BUFSIZZ); | 865 | BIO_read(sbio, sbuf, BUFSIZZ); |