summaryrefslogtreecommitdiff
path: root/crypto/openssl/demos/bio/sconnect.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-08-20 08:48:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-08-20 08:48:49 +0000
commit3c1b3e1840b8cbd96c05d29481b22b77d81ea81a (patch)
tree7d515f88bf14a07b9d023bed0005d23863e495af /crypto/openssl/demos/bio/sconnect.c
parentacafef530523fc13c3985a9cdf4de0f0406c004a (diff)
Notes
Diffstat (limited to 'crypto/openssl/demos/bio/sconnect.c')
-rw-r--r--crypto/openssl/demos/bio/sconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/demos/bio/sconnect.c b/crypto/openssl/demos/bio/sconnect.c
index 59fab1985e45..87b380b258cb 100644
--- a/crypto/openssl/demos/bio/sconnect.c
+++ b/crypto/openssl/demos/bio/sconnect.c
@@ -36,7 +36,7 @@ char *argv[];
SSL_load_error_strings();
/* Setup all the global SSL stuff */
- SSLeay_add_ssl_algorithms();
+ OpenSSL_add_ssl_algorithms();
ssl_ctx=SSL_CTX_new(SSLv23_client_method());
/* Lets make a SSL structure */