[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.119 and 1.120

version 1.119, 2014/05/19 20:03:16 version 1.120, 2014/05/19 20:05:09
Line 334 
Line 334 
 SSL_CTX *  SSL_CTX *
 ssl_get_ssl_ctx(void)  ssl_get_ssl_ctx(void)
 {  {
         static SSL_CTX  *ssl_ctx;          static SSL_CTX  *ssl_ctx = NULL;
         static int       libssl_loaded;          static int       libssl_loaded = 0;
   
         if (ssl_ctx != NULL)          if (ssl_ctx != NULL)
                 return ssl_ctx;                  return ssl_ctx;

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120