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:
Dr. Stephen Henson
2000-02-04 14:01:38 +00:00
parent 53002dc691
commit af57d84312
20 changed files with 289 additions and 151 deletions

View File

@@ -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);