Rename SSLeay_add_all_algorithms() et al to
[openssl.git] / demos / bio / sconnect.c
index 59fab1985e451c814966a8cb77ccde86cbc034b6..87b380b258cb8f5b0c3574ec5aa07ac37a3fde0b 100644 (file)
@@ -36,7 +36,7 @@ char *argv[];
        SSL_load_error_strings();
 
        /* Setup all the global SSL stuff */
-       SSLeay_add_ssl_algorithms();
+       OpenSSL_add_ssl_algorithms();
        ssl_ctx=SSL_CTX_new(SSLv23_client_method());
 
        /* Lets make a SSL structure */