aboutsummaryrefslogtreecommitdiff
path: root/net/httping/files/patch-mssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/files/patch-mssl.c')
-rw-r--r--net/httping/files/patch-mssl.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/httping/files/patch-mssl.c b/net/httping/files/patch-mssl.c
deleted file mode 100644
index 0c750130efb4..000000000000
--- a/net/httping/files/patch-mssl.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./mssl.c.orig 2013-03-19 20:10:16.000000000 +0100
-+++ ./mssl.c 2013-03-20 11:55:44.000000000 +0100
-@@ -165,8 +165,10 @@
-
- SSL_CTX *ctx = SSL_CTX_new(meth);
-
-+#ifdef SSL_OP_NO_COMPRESSION
- if (!ask_compression)
- SSL_CTX_set_options(ctx, SSL_OP_NO_COMPRESSION);
-+#endif
-
- return ctx;
- }