aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_task.c')
-rw-r--r--ssl/ssl_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_task.c b/ssl/ssl_task.c
index 321e35c83b..cac701a798 100644
--- a/ssl/ssl_task.c
+++ b/ssl/ssl_task.c
@@ -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());