Rename SSLeay_add_all_algorithms() et al to
[openssl.git] / ssl / ssl_task.c
index 321e35c83ba62d0d8b6a0897014a6b76a4e38993..cac701a798b40160e6c576579ee40bbc5e781882 100644 (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());