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

@@ -226,7 +226,7 @@ int main ( int argc, char **argv )
printf("cipher list: %s\n", cipher ? cipher : "{undefined}" );
SSL_load_error_strings();
SSLeay_add_all_algorithms();
OpenSSL_add_all_algorithms();
/* DRM, this was the original, but there is no such thing as SSLv2()
s_ctx=SSL_CTX_new(SSLv2());