[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.107 and 1.108

version 1.107, 2016/05/06 22:06:09 version 1.108, 2016/05/27 15:16:16
Line 194 
Line 194 
   
 #ifndef SMALL  #ifndef SMALL
         cookiefile = getenv("http_cookies");          cookiefile = getenv("http_cookies");
           if (tls_init() != 0)
                   errx(1, "tls init failed");
         if (tls_config == NULL) {          if (tls_config == NULL) {
                 tls_config = tls_config_new();                  tls_config = tls_config_new();
                 if (tls_config == NULL)                  if (tls_config == NULL)

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108