|
Environment: Red Hat Enterprise
Linux ES release 2.1 ( Problem:
SSL_load_error_strings ();
SSLeay_add_ssl_algorithms (); psServerMethod =
SSLv23_server_method ();
gpsServerCTX = SSL_CTX_new
(psServerMethod); if (gpsServerCTX
== NULL)
printf("vmIPInit: *** No Server SSL_CTX object created (%d)
***\n"); I am getting gpsServerCTX as NULL
all the time. This is code that worked on prior
versions of openssl (openssl-0.9.6b-24 running in Red Hat Linux release 7.2
(Enigma) ) Tom
Freund |
- Issue with SSL_CTX_new WriteNCook
- Re: Issue with SSL_CTX_new Tulio Salvaro
