[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.36 and 1.37

version 1.36, 2018/02/11 20:03:10 version 1.37, 2018/11/14 06:24:21
Line 891 
Line 891 
                 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.36  
changed lines
  Added in v.1.37