[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.114 and 1.115

version 1.114, 2014/03/02 17:57:18 version 1.115, 2014/03/30 22:37:41
Line 605 
Line 605 
                 }                  }
                 SSL_library_init();                  SSL_library_init();
                 SSL_load_error_strings();                  SSL_load_error_strings();
                 SSLeay_add_ssl_algorithms();  
                 ssl_ctx = SSL_CTX_new(SSLv23_client_method());                  ssl_ctx = SSL_CTX_new(SSLv23_client_method());
                 if (ssl_ctx == NULL) {                  if (ssl_ctx == NULL) {
                         ERR_print_errors_fp(ttyout);                          ERR_print_errors_fp(ttyout);

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115