From af57d843124672a9053a4da60ad7f9b6d4324a5a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 4 Feb 2000 14:01:38 +0000 Subject: Rename SSLeay_add_all_algorithms() et al to OpenSSL_add_all_algorithms(). Move these into separate files so they work properly. --- apps/s_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_time.c') diff --git a/apps/s_time.c b/apps/s_time.c index 5c3c251631..4f42681feb 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -416,7 +416,7 @@ int MAIN(int argc, char **argv) if( parseArgs( argc, argv ) < 0 ) goto end; - SSLeay_add_ssl_algorithms(); + OpenSSL_add_ssl_algorithms(); if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1); SSL_CTX_set_quiet_shutdown(tm_ctx,1); -- cgit v1.2.3