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

Diff for /src/usr.bin/ftp/fetch.c between version 1.129 and 1.130

version 1.129, 2014/08/25 15:36:00 version 1.130, 2014/10/04 15:48:24
Line 610 
Line 610 
                             ressl_error(ssl));                              ressl_error(ssl));
                         goto cleanup_url_get;                          goto cleanup_url_get;
                 }                  }
                 if (ressl_connect_socket(ssl, s, sslhost) != 0) {                  if (ressl_connect_socket(ssl, s, host) != 0) {
                         fprintf(ttyout, "SSL failure: %s\n", ressl_error(ssl));                          fprintf(ttyout, "SSL failure: %s\n", ressl_error(ssl));
                         goto cleanup_url_get;                          goto cleanup_url_get;
                 }                  }

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130