[BACK]Return to s_client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/s_client.c between version 1.35 and 1.36

version 1.35, 2018/02/07 05:47:55 version 1.36, 2018/02/11 20:03:10
Line 859 
Line 859 
                 BIO_free(fbio);                  BIO_free(fbio);
                 if (!foundit)                  if (!foundit)
                         BIO_printf(bio_err,                          BIO_printf(bio_err,
                             "didn't found starttls in server response,"                              "didn't find starttls in server response,"
                             " try anyway...\n");                              " try anyway...\n");
                 BIO_printf(sbio, "STARTTLS\r\n");                  BIO_printf(sbio, "STARTTLS\r\n");
                 BIO_read(sbio, sbuf, BUFSIZZ);                  BIO_read(sbio, sbuf, BUFSIZZ);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36