[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.101 and 1.102

version 1.101, 2015/02/22 14:55:41 version 1.102, 2015/02/22 15:09:54
Line 347 
Line 347 
                                                 errx(1, "tls ciphers failed");                                                  errx(1, "tls ciphers failed");
                                         break;                                          break;
                                 case SSL_DONTVERIFY:                                  case SSL_DONTVERIFY:
                                         tls_config_insecure_noverifyhost(  
                                             tls_config);  
                                         tls_config_insecure_noverifycert(                                          tls_config_insecure_noverifycert(
                                               tls_config);
                                           tls_config_insecure_noverifyname(
                                             tls_config);                                              tls_config);
                                         break;                                          break;
                                 case SSL_DOVERIFY:                                  case SSL_DOVERIFY:

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102