![]() ![]() | ![]() |
version 1.6, 2022/03/19 07:42:12 | version 1.8, 2022/03/20 17:33:18 | ||
---|---|---|---|
|
|
||
#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]; | ||
|
|
||
//char *bl_cipher; | //char *bl_cipher; | ||
//char *bl_proto; | //char *bl_proto; | ||
}; | }; | ||
/* parse.y */ | |||
int config_load(struct blind *, const char *); |