summaryrefslogtreecommitdiff
path: root/debian/patches/no-openssl-version-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/no-openssl-version-check.patch')
-rw-r--r--debian/patches/no-openssl-version-check.patch21
1 files changed, 15 insertions, 6 deletions
diff --git a/debian/patches/no-openssl-version-check.patch b/debian/patches/no-openssl-version-check.patch
index 8c7b6538e..f45e2b959 100644
--- a/debian/patches/no-openssl-version-check.patch
+++ b/debian/patches/no-openssl-version-check.patch
@@ -1,17 +1,26 @@
1Description: Disable OpenSSL version check 1From bc87a22e258193138419d6615c0e92e4124dbe90 Mon Sep 17 00:00:00 2001
2 OpenSSL's SONAME is sufficient nowadays. 2From: Philip Hands <phil@hands.com>
3Author: Philip Hands <phil@hands.com> 3Date: Sun, 9 Feb 2014 16:10:14 +0000
4Subject: Disable OpenSSL version check
5
6OpenSSL's SONAME is sufficient nowadays.
7
4Author: Colin Watson <cjwatson@debian.org> 8Author: Colin Watson <cjwatson@debian.org>
5Bug-Debian: http://bugs.debian.org/93581 9Bug-Debian: http://bugs.debian.org/93581
6Bug-Debian: http://bugs.debian.org/664383 10Bug-Debian: http://bugs.debian.org/664383
7Forwarded: not-needed 11Forwarded: not-needed
8Last-Update: 2013-12-23 12Last-Update: 2013-12-23
9 13
10Index: b/entropy.c 14Patch-Name: no-openssl-version-check.patch
11=================================================================== 15---
16 entropy.c | 12 ------------
17 1 file changed, 12 deletions(-)
18
19diff --git a/entropy.c b/entropy.c
20index 2d483b3..2aee2d9 100644
12--- a/entropy.c 21--- a/entropy.c
13+++ b/entropy.c 22+++ b/entropy.c
14@@ -209,18 +209,6 @@ 23@@ -209,18 +209,6 @@ seed_rng(void)
15 #ifndef OPENSSL_PRNG_ONLY 24 #ifndef OPENSSL_PRNG_ONLY
16 unsigned char buf[RANDOM_SEED_SIZE]; 25 unsigned char buf[RANDOM_SEED_SIZE];
17 #endif 26 #endif