aboutsummaryrefslogtreecommitdiffstats
path: root/mt/mttest.c
diff options
context:
space:
mode:
Diffstat (limited to 'mt/mttest.c')
-rw-r--r--mt/mttest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mt/mttest.c b/mt/mttest.c
index b2f332602d..8b3777d89d 100644
--- a/mt/mttest.c
+++ b/mt/mttest.c
@@ -248,7 +248,7 @@ bad:
if (cipher == NULL) cipher=getenv("SSL_CIPHER");
SSL_load_error_strings();
- SSLeay_add_ssl_algorithms();
+ OpenSSL_add_ssl_algorithms();
c_ctx=SSL_CTX_new(ssl_method);
s_ctx=SSL_CTX_new(ssl_method);