GnuTLS is now supported on client side.

FossilOrigin-Name: 1cb3d6ca96bf4b9447418b5a3983a3abc8918d60ef745cc2600a353f4a7f559b
This commit is contained in:
7u83@mail.ru
2015-02-08 20:07:55 +00:00
parent 7264630ca8
commit 2dd03898b4
21 changed files with 145 additions and 128 deletions

View File

@ -117,4 +117,15 @@ extern int conf_mtu_discovery;
extern int conf_mtu;
typedef struct {
const char *name;
long *value;
}LONGSTRS;
extern LONGSTRS conf_timer_cfgstrs[];
#endif