dav/config.h

changeset 606
aa49966e4e85
parent 470
6bf798ad3aec
child 730
83f832e345e0
equal deleted inserted replaced
605:bbc66c72661a 606:aa49966e4e85
61 char *default_key; 61 char *default_key;
62 char *cert; 62 char *cert;
63 bool verification; 63 bool verification;
64 bool encrypt_content; 64 bool encrypt_content;
65 bool encrypt_name; 65 bool encrypt_name;
66 bool encrypt_properties;
66 bool decrypt_content; 67 bool decrypt_content;
67 bool decrypt_name; 68 bool decrypt_name;
69 bool decrypt_properties;
68 int ssl_version; 70 int ssl_version;
69 unsigned long authmethods; 71 unsigned long authmethods;
70 }; 72 };
71 73
72 int check_config_dir(void); 74 int check_config_dir(void);

mercurial