aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/tls12_workarounds.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/tls12_workarounds.patch')
-rw-r--r--debian/patches/tls12_workarounds.patch21
1 files changed, 11 insertions, 10 deletions
diff --git a/debian/patches/tls12_workarounds.patch b/debian/patches/tls12_workarounds.patch
index abbaf6b..758fde6 100644
--- a/debian/patches/tls12_workarounds.patch
+++ b/debian/patches/tls12_workarounds.patch
@@ -16,11 +16,14 @@ Bug: http://rt.openssl.org/Ticket/Display.html?id=2881
Forwarded: not-needed
Last-Update: 2012-10-04
-Index: openssl-1.0.1c/Configure
-===================================================================
---- openssl-1.0.1c.orig/Configure 2012-10-03 23:59:05.235548667 -0700
-+++ openssl-1.0.1c/Configure 2012-10-04 10:34:23.076454592 -0700
-@@ -106,7 +106,7 @@
+---
+ Configure | 2 +-
+ ssl/s23_clnt.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- a/Configure
++++ b/Configure
+@@ -106,7 +106,7 @@ my $usage="Usage: Configure [no-<cipher>
my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED";
# There are no separate CFLAGS/CPPFLAGS/LDFLAGS, set everything in CFLAGS
@@ -29,11 +32,9 @@ Index: openssl-1.0.1c/Configure
$debian_cflags =~ s/\n/ /g;
my $strict_warnings = 0;
-Index: openssl-1.0.1c/ssl/s23_clnt.c
-===================================================================
---- openssl-1.0.1c.orig/ssl/s23_clnt.c 2012-10-03 23:46:22.967530550 -0700
-+++ openssl-1.0.1c/ssl/s23_clnt.c 2012-10-04 10:33:13.820452946 -0700
-@@ -491,7 +491,7 @@
+--- a/ssl/s23_clnt.c
++++ b/ssl/s23_clnt.c
+@@ -491,7 +491,7 @@ static int ssl23_client_hello(SSL *s)
* as hack workaround chop number of supported ciphers
* to keep it well below this if we use TLS v1.2
*/