On Mon, 17 Oct 2005, Zhuang Yuyao wrote: > line 914 in ssl.c should be changed from > > if (options->ca_file) > > to > > if (options->ca_file || options->ca_path)
Ah, thanks -- I've patched that in beta4. James
On Mon, 17 Oct 2005, Zhuang Yuyao wrote: > line 914 in ssl.c should be changed from > > if (options->ca_file) > > to > > if (options->ca_file || options->ca_path)
Ah, thanks -- I've patched that in beta4. James