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

Diff for /src/usr.bin/ftp/ftp_var.h between version 1.34 and 1.35

version 1.34, 2014/07/11 03:31:52 version 1.35, 2014/07/14 09:26:27
Line 77 
Line 77 
 int fclose(FILE *);  int fclose(FILE *);
 #endif  #endif
   
   #include <ressl.h>
   
 #include "stringlist.h"  #include "stringlist.h"
 #include "extern.h"  #include "extern.h"
 #include "small.h"  #include "small.h"
Line 232 
Line 234 
 extern struct cmd cmdtab[];  extern struct cmd cmdtab[];
   
 #ifndef SMALL  #ifndef SMALL
 extern char     *ssl_ciphers;  extern struct ressl_config *ressl_config;
 extern char     *ssl_ca_file;  
 extern char     *ssl_ca_path;  
 extern int       ssl_verify;  
 extern int       ssl_verify_depth;  
 # ifndef        _PATH_SSL_CAFILE  
 #  define       _PATH_SSL_CAFILE "/etc/ssl/cert.pem"  
 # endif  
 #endif /* !SMALL */  #endif /* !SMALL */

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35