summaryrefslogtreecommitdiff
path: root/apps/ciphers.c
diff options
context:
space:
mode:
authorsteve <steve>2000-02-04 14:01:09 +0000
committersteve <steve>2000-02-04 14:01:09 +0000
commitd900a31cdaddc9f7c855b0c50bb2bc3cb900a115 (patch)
treeda544853795d36c10248fa4bb8164c6f0b637c19 /apps/ciphers.c
parentb3d53283f06985b0cba38576191754f845151003 (diff)
downloadopenssl-d900a31cdaddc9f7c855b0c50bb2bc3cb900a115.tar.gz
Rename SSLeay_add_all_algorithms() et al to
OpenSSL_add_all_algorithms(). Move these into separate files so they work properly.
Diffstat (limited to 'apps/ciphers.c')
-rw-r--r--apps/ciphers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ciphers.c b/apps/ciphers.c
index f473f4c3d..4baa0c3c8 100644
--- a/apps/ciphers.c
+++ b/apps/ciphers.c
@@ -141,7 +141,7 @@ int MAIN(int argc, char **argv)
goto end;
}
- SSLeay_add_ssl_algorithms();
+ OpenSSL_add_ssl_algorithms();
ctx=SSL_CTX_new(meth);
if (ctx == NULL) goto err;