On Wed, Apr 22, 2015 at 05:34:45PM +0200, Jochen Sprickerhof wrote: > -static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ > +static Bool strictssl = FALSE; /* Refuse untrusted SSL connections */
If you're changing the type, you should probably replace "FALSE" with "false" since the latter is what's in stdbool.h. Eric
