[BACK]Return to blind.h CVS log [TXT][DIR] Up to [local] / blind

Diff for /blind/blind.h between version 1.6 and 1.8

version 1.6, 2022/03/19 07:42:12 version 1.8, 2022/03/20 17:33:18
Line 29 
Line 29 
   
 #define BL_FLG_DEFAULT  0x00000000  #define BL_FLG_DEFAULT  0x00000000
 #define BL_FLG_COMPRESS 0x00000001  #define BL_FLG_COMPRESS 0x00000001
 #define BL_FLG_CRYPTO   0x00000002  #define BL_FLG_ENCRYPT  0x00000002
   
 struct blind {  struct blind {
         char            bl_conf[PATH_MAX];          char            bl_conf[PATH_MAX];
Line 43  struct blind {
Line 43  struct blind {
         //char         *bl_cipher;          //char         *bl_cipher;
         //char         *bl_proto;          //char         *bl_proto;
 };  };
   
   /* parse.y */
   int config_load(struct blind *, const char *);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

https://cvs.kroczynski.net