summaryrefslogtreecommitdiff
path: root/network/skylable-sx/patch/skylable-sx-1.2-fix-curl-7.45.patch
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-06-30 20:31:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-07 06:54:11 +0700
commit1a7d30a3c148199c14ee9707ed89dd2cd5803b34 (patch)
tree822303a5b7bb49fcb9b766407afe4c2cd0ebdcac /network/skylable-sx/patch/skylable-sx-1.2-fix-curl-7.45.patch
parent78eb12cc6148396b5a0566dfc32e82c7153df4b5 (diff)
downloadslackbuilds-1a7d30a3c148199c14ee9707ed89dd2cd5803b34.tar.gz
network/skylable-sx: Removed (DMCA Takedown).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/skylable-sx/patch/skylable-sx-1.2-fix-curl-7.45.patch')
-rw-r--r--network/skylable-sx/patch/skylable-sx-1.2-fix-curl-7.45.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/network/skylable-sx/patch/skylable-sx-1.2-fix-curl-7.45.patch b/network/skylable-sx/patch/skylable-sx-1.2-fix-curl-7.45.patch
deleted file mode 100644
index 00d9f683c3..0000000000
--- a/network/skylable-sx/patch/skylable-sx-1.2-fix-curl-7.45.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libsxclient/src/openssl.c b/libsxclient/src/openssl.c
-index 62bfc01..666430a 100644
---- a/libsxclient/src/openssl.c
-+++ b/libsxclient/src/openssl.c
-@@ -98,6 +98,8 @@ int sxi_sslctxfun(sxc_client_t *sx, curlev_t *ev, const struct curl_tlssessionin
- return -1;
- }
- SSL_CTX *ctx = (SSL_CTX*)info->internals;
-+ if (!ctx)
-+ return -EAGAIN;
- SSL_CTX_set_cert_verify_callback(ctx, ssl_verify_hostname, ev);
- return 0;
- }