Re: Develop base on OpenSSL-0.9.8b: SSL_CTX_new(SSLv23_client_method()) ERROR!

2006-11-25 Thread Marek Marcola
Hello, > I am developing a network application base on OpenSSL-0.9.8.b, on > Redhat Linux. > I have added OpenSSL API in my source code, but there is something > wrong when connecting to server. I have traced the source code, find > that: > SSL_CTX_new(SSLv23_client_method()); return NULL.; >

Develop base on OpenSSL-0.9.8b: SSL_CTX_new(SSLv23_client_method()) ERROR!

2006-11-25 Thread Cruise Zou
Hi all, I am developing a network application base on OpenSSL-0.9.8.b, on Redhat Linux. I have added OpenSSL API in my source code, but there is something wrong when connecting to server. I have traced the source code, find that: SSL_CTX_new(SSLv23_client_method()); return NULL.; I really can