Re: Simple nonblocking client produces SSL_R_UNINITIALIZED

2000-08-03 Thread David B
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

Re: Simple nonblocking client produces SSL_R_UNINITIALIZED

2000-08-03 Thread Peter Kim
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 '||'. -