* Eric Pruitt <eric.pruitt_AT_gmail.com> [2015-04-22 08:50]:
> 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.
Good point, but Bool and FALSE is used all over config.def.h. If the
surf maintainers prefer, I can send a patch will all of them replaced.
Cheers Jochen
Received on Wed Apr 22 2015 - 18:06:18 CEST