X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=demos%2Fbio%2Fsaccept.c;fp=demos%2Fbio%2Fsaccept.c;h=933d6699ee344940c68cdbc6fa6cc39dc14efac4;hb=af57d843124672a9053a4da60ad7f9b6d4324a5a;hp=2f2dc985fe78548ad8fa2ed61c98c9c3fc862fdf;hpb=53002dc69147ed67513623acb6ad390b69dac4c7;p=openssl.git diff --git a/demos/bio/saccept.c b/demos/bio/saccept.c index 2f2dc985fe..933d6699ee 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))