On Mon, 18 Nov 2002, Gisle Vanem wrote: > On Mon, 18 Nov 2002, Thomas E. Dickey wrote: > > > On Mon, 18 Nov 2002, Gisle Vanem wrote: > > > > > --- ./orig/www/library/implementation/http.c Mon Oct 7 00:43:28 2002 > > > +++ ./www/library/implementation/http.c Mon Nov 18 08:44:12 2002 > > > @@ -71,7 +71,12 @@ > > > #ifdef USE_SSL > > > PUBLIC SSL_CTX * ssl_ctx = NULL; /* SSL ctx */ > > > PUBLIC SSL * SSL_handle = NULL; > > > -PUBLIC int ssl_okay; > > > +PUBLIC BOOL ssl_ignore_cert_error = TRUE; > > > > whether it is configurable or not, specifying the default as "ignore" will > > make matters only worse, as someone pointed out. > > Okay, I was in doubt about that one.
no problem. I'd rather find how to do this properly (and then perhaps decide if it's too much trouble to get people to do it). Yesterday I caught up with patches and started working on the remaining stuff I intended fixing for dev.10. The catch-up portion is in ftp://invisible-island.net/temp (that doesn't include the changes I'm working on for pathnames - I'll probably snapshot a patch tonight with that part). -- T.E.Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
