summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2019-01-29 18:14:50 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-01-29 18:14:50 +0100
commitcc461a0bdb4dd2054fe8ee00471a077d3cc6dfb5 (patch)
treec10487693c403bcf7e63ab7aeb30e556d8d1be1e
parente4986be7c0d6c8c7efd4725bdd57e76d2186a2a6 (diff)
-rw-r--r--debian/patches/allow-tlsv1.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/allow-tlsv1.patch b/debian/patches/allow-tlsv1.patch
index eb5fb78..201d2f4 100644
--- a/debian/patches/allow-tlsv1.patch
+++ b/debian/patches/allow-tlsv1.patch
@@ -6,7 +6,7 @@ Some older networks may support for TLSv1.0 and less secure cyphers.
--- a/src/crypto/tls_openssl.c
+++ b/src/crypto/tls_openssl.c
-@@ -988,6 +988,13 @@
+@@ -1027,6 +1027,13 @@
os_free(data);
return NULL;
}
@@ -18,5 +18,5 @@ Some older networks may support for TLSv1.0 and less secure cyphers.
+#endif
+
data->ssl = ssl;
- if (conf)
+ if (conf) {
data->tls_session_lifetime = conf->tls_session_lifetime;