GnuTLS is now supported on client side.
FossilOrigin-Name: 1cb3d6ca96bf4b9447418b5a3983a3abc8918d60ef745cc2600a353f4a7f559b
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user