aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index 7bedef38..901e2e42 100644
--- a/socket.c
+++ b/socket.c
@@ -821,7 +821,7 @@ int SSLOpen(int sock, char *mycert, char *mykey, const char *myproto, int certck
int i;
SSL_load_error_strings();
- SSLeay_add_ssl_algorithms(); /* synonym for SSL_library_init() */
+ SSL_library_init();
#ifdef SSL_ENABLE
if (stat("/dev/random", &randstat) &&