Thank you very much. That appeared to be the issue. :)
Duncan Berriman wrote:
Try
OpenSSL_add_all_algorithms();
SSL_load_error_strings();
SSL_library_init();
I seem to remember somewhere in the past having to add the
SSL_library_init(); after one upgrade of Fedora when
On 2007.11.26 at 08:39:37 -, Duncan Berriman wrote:
> Try
>
> OpenSSL_add_all_algorithms();
> SSL_load_error_strings();
> SSL_library_init();
And while you are touching this part anyway, don't forget to add
OPENSSL_config(NULL) before OpenSSL_add_all_algorithms. Just in cas
Try
OpenSSL_add_all_algorithms();
SSL_load_error_strings();
SSL_library_init();
I seem to remember somewhere in the past having to add the
SSL_library_init(); after one upgrade of Fedora when previously it happened
implicitly.
Duncan
> -Original Message-
> From: