diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2000-02-04 15:01:38 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2000-02-04 15:01:38 +0100 |
commit | af57d843124672a9053a4da60ad7f9b6d4324a5a (patch) | |
tree | be04d473220a67bbe9f5075a13f3cf299b8ade7a /crypto/threads | |
parent | Report progress as in dsatest.c when creating a DHE key. (diff) | |
download | openssl-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.c | 2 |
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); |