aboutsummaryrefslogtreecommitdiff
path: root/net/sstp-client/patches/200-openssl-deprecated.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-06-01 18:52:00 -0700
committerRosen Penev <rosenp@gmail.com>2021-06-02 01:57:31 -0700
commit013af3ff180fc5982ffe33738342022d404e2b78 (patch)
treeceba485866019ba74cb51f5a8555cf6436f455c5 /net/sstp-client/patches/200-openssl-deprecated.patch
parent9477468efe7484516b6b2b39e30e04a49e869922 (diff)
sstp-client: update to 1.0.15
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/sstp-client/patches/200-openssl-deprecated.patch')
-rw-r--r--net/sstp-client/patches/200-openssl-deprecated.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sstp-client/patches/200-openssl-deprecated.patch b/net/sstp-client/patches/200-openssl-deprecated.patch
index e2d4e3224..3d2eb9462 100644
--- a/net/sstp-client/patches/200-openssl-deprecated.patch
+++ b/net/sstp-client/patches/200-openssl-deprecated.patch
@@ -1,6 +1,6 @@
--- a/src/sstp-client.c
+++ b/src/sstp-client.c
-@@ -477,6 +477,7 @@ static status_t sstp_init_ssl(sstp_clien
+@@ -542,6 +542,7 @@ static status_t sstp_init_ssl(sstp_clien
int retval = SSTP_FAIL;
int status = 0;
@@ -8,7 +8,7 @@
/* Initialize the OpenSSL library */
status = SSL_library_init();
if (status != 1)
-@@ -490,6 +491,9 @@ static status_t sstp_init_ssl(sstp_clien
+@@ -555,6 +556,9 @@ static status_t sstp_init_ssl(sstp_clien
/* Create a new crypto context */
client->ssl_ctx = SSL_CTX_new(SSLv23_client_method());