Greetings.

I am getting this error and am trying to find any info that could help
me get past it.

Relevant code snippet:

   if(!(d->ssl_ctx=SSL_CTX_new(SSLv23_server_method())))
   {
           perror("SSL_CTX_new:");
   }


Error I get:

SSL_CTX_new:: No such file or directory

Do you know why I would get such an error. I had the application
working fine with openssl-0.9.6 and this error started appearing after
I started using openssl-0.9.8c

Thanks for the help !!!

Thomas
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to