summaryrefslogtreecommitdiffstats
path: root/crypto/threads
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-02-04 15:01:38 +0100
committerDr. Stephen Henson <steve@openssl.org>2000-02-04 15:01:38 +0100
commitaf57d843124672a9053a4da60ad7f9b6d4324a5a (patch)
treebe04d473220a67bbe9f5075a13f3cf299b8ade7a /crypto/threads
parentReport progress as in dsatest.c when creating a DHE key. (diff)
downloadopenssl-af57d843124672a9053a4da60ad7f9b6d4324a5a.tar.xz
openssl-af57d843124672a9053a4da60ad7f9b6d4324a5a.zip
Rename SSLeay_add_all_algorithms() et al to
OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.
Diffstat (limited to 'crypto/threads')
-rw-r--r--crypto/threads/mttest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/threads/mttest.c b/crypto/threads/mttest.c
index 142623edda..3e4d231f25 100644
--- a/crypto/threads/mttest.c
+++ b/crypto/threads/mttest.c
@@ -244,7 +244,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);