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

Diff for /src/usr.bin/ftp/main.c between version 1.97 and 1.98

version 1.97, 2015/02/09 08:24:21 version 1.98, 2015/02/12 04:23:17
Line 312 
Line 312 
                                 tls_config = tls_config_new();                                  tls_config = tls_config_new();
                                 if (tls_config == NULL)                                  if (tls_config == NULL)
                                         errx(1, "tls config failed");                                          errx(1, "tls config failed");
                                   tls_config_set_protocols(tls_config,
                                       TLS_PROTOCOLS_ALL);
                         }                          }
   
                         cp = optarg;                          cp = optarg;

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98