Rename SSLeay_add_all_algorithms() et al to
OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.
This commit is contained in:
@@ -244,7 +244,7 @@ bad:
|
||||
if (cipher == NULL) cipher=getenv("SSL_CIPHER");
|
||||
|
||||
SSL_load_error_strings();
|
||||
SSLeay_add_ssl_algorithms();
|
||||
OpenSSL_add_ssl_algorithms();
|
||||
|
||||
c_ctx=SSL_CTX_new(ssl_method);
|
||||
s_ctx=SSL_CTX_new(ssl_method);
|
||||
|
||||
Reference in New Issue
Block a user