aboutsummaryrefslogtreecommitdiff
path: root/net/sstp-client/patches/200-openssl-deprecated.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@citymesh.com>2023-11-10 15:14:20 +0100
committerRosen Penev <rosenp@gmail.com>2023-11-10 09:54:37 -0800
commite9f06083ceaf946e6bd6270510e1863ab88bfc7a (patch)
treeaff48ca39a881c1ebae450e23b16a284be555e48 /net/sstp-client/patches/200-openssl-deprecated.patch
parent80dc3ac8e27122331530f2f6493d1ef2de8fd08b (diff)
sstp-client: bump to 1.0.19
After 1.0.18, this project moved from SourceForge to gitlab Also, since 1.0.19, the configure script is not present by default anymore, so we need to add autoreconf to generate it Release notes: https://gitlab.com/sstp-project/sstp-client/-/releases Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.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 3d2eb9462..a9d5683ea 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
-@@ -542,6 +542,7 @@ static status_t sstp_init_ssl(sstp_clien
+@@ -546,6 +546,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)
-@@ -555,6 +556,9 @@ static status_t sstp_init_ssl(sstp_clien
+@@ -575,6 +576,9 @@ static status_t sstp_init_ssl(sstp_clien
/* Create a new crypto context */
client->ssl_ctx = SSL_CTX_new(SSLv23_client_method());