Thanks for the attempt -- but it was a typo in the message -- my source
code does properly use ||.
Any other ideas?
Thanks,
David
At 09:44 AM 8/3/00 -0700, you wrote:
>Didn't look carefully enough, so I'm not sure if I hit anything useful, but
>I found something that looks like a typo.
>
> > i
Didn't look carefully enough, so I'm not sure if I hit anything useful, but
I found something that looks like a typo.
> if ((!SSL_CTX_load_verify_locations(_contextPtr, _caFilePtr,
_caFilePathPtr)) |
> (!SSL_CTX_set_default_verify_paths(_contextPtr)))
'|' should probably be '||'.
-