Hello,
I have found some grammar errors in s_client.c in libressl
Index: usr.bin/openssl/s_client.c
===================================================================
RCS file: /cvs/src/usr.bin/openssl/s_client.c,v
retrieving revision 1.28
diff -u -p -r1.28 s_client.c
--- usr.bin/openssl/s_client.c 21 Jun 2016 03:56:43 -0000 1.28
+++ usr.bin/openssl/s_client.c 5 Sep 2016 14:15:00 -0000
@@ -893,8 +893,8 @@ re_start:
BIO_free(fbio);
if (!foundit)
BIO_printf(bio_err,
- "didn't found starttls in server response,"
- " try anyway...\n");
+ "didn't find starttls in server response,"
+ " trying anyway...\n");
BIO_printf(sbio, "STARTTLS\r\n");
BIO_read(sbio, sbuf, BUFSIZZ);
} else if (starttls_proto == PROTO_POP3) {
@@ -925,8 +925,8 @@ re_start:
BIO_free(fbio);
if (!foundit)
BIO_printf(bio_err,
- "didn't found STARTTLS in server response,"
- " try anyway...\n");
+ "didn't find STARTTLS in server response,"
+ " trying anyway...\n");
BIO_printf(sbio, ". STARTTLS\r\n");
BIO_read(sbio, sbuf, BUFSIZZ);
} else if (starttls_proto == PROTO_FTP) {
Cheers
[demime 1.01d removed an attachment of type application/pkcs7-signature which
had a name of smime.p7s]