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. --- demos/bio/saccept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/bio/saccept.c') diff --git a/demos/bio/saccept.c b/demos/bio/saccept.c index 2f2dc98..933d669 100644 --- a/demos/bio/saccept.c +++ b/demos/bio/saccept.c @@ -46,7 +46,7 @@ char *argv[]; SSL_load_error_strings(); /* Add ciphers and message digests */ - SSLeay_add_ssl_algorithms(); + OpenSSL_add_ssl_algorithms(); ctx=SSL_CTX_new(SSLv23_server_method()); if (!SSL_CTX_use_certificate_file(ctx,CERT_FILE,SSL_FILETYPE_PEM)) -- cgit v1.1