I have built libs for openssl with gcc 2.95. Build was sucessfull with minor warnings from GCC. I have built my own application with openssl libs, but I am having problem with SSL_CTX_new(). It fails in
ssl_create_cipher_list(ret->method, &ret->cipher_list,&ret->cipher_list_by_id, SSL_DEFAULT_CIPHER_LIST);
if (ret->cipher_list == NULL || sk_num(ret->cipher_list) <= 0)
{
SSLerr(SSL_F_SSL_CTX_NEW,SSL_R_LIBRARY_HAS_NO_CIPHERS);
goto err2;
}
Please help!
Regards,
Alamgir Khan
