[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.158 and 1.159

version 1.158, 2017/01/14 18:03:11 version 1.159, 2017/01/20 05:51:50
Line 198 
Line 198 
         char *proxyhost = NULL;          char *proxyhost = NULL;
 #ifndef NOSSL  #ifndef NOSSL
         char *sslpath = NULL, *sslhost = NULL;          char *sslpath = NULL, *sslhost = NULL;
         char *locbase, *full_host = NULL;          char *full_host = NULL;
         const char *scheme;          const char *scheme;
         int ishttpurl = 0, ishttpsurl = 0;          int ishttpurl = 0, ishttpsurl = 0;
         struct addrinfo *ares = NULL;  
 #endif /* !NOSSL */  #endif /* !NOSSL */
   #ifndef SMALL
           char *locbase;
           struct addrinfo *ares = NULL;
   #endif
         struct tls *tls = NULL;          struct tls *tls = NULL;
         int status;          int status;
         int save_errno;          int save_errno;

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159