From d900a31cdaddc9f7c855b0c50bb2bc3cb900a115 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 4 Feb 2000 14:01:09 +0000 Subject: Rename SSLeay_add_all_algorithms() et al to OpenSSL_add_all_algorithms(). Move these into separate files so they work properly. --- apps/ciphers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/ciphers.c') 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; -- cgit v1.2.1