summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-10-10 15:14:41 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-20 09:45:06 +0200
commit68461f427ce489a0799108e355d15560351734be (patch)
tree52f679e5722bb781f9752b6b68bc34a732b2b774 /net-misc
parentdev-util/debugedit: remove unused file. (diff)
downloadgentoo-68461f427ce489a0799108e355d15560351734be.tar.gz
gentoo-68461f427ce489a0799108e355d15560351734be.tar.bz2
gentoo-68461f427ce489a0799108e355d15560351734be.zip
net-misc/ntp: remove unused patch.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ntp/files/ntp-4.2.8_p10-libressl.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-misc/ntp/files/ntp-4.2.8_p10-libressl.patch b/net-misc/ntp/files/ntp-4.2.8_p10-libressl.patch
deleted file mode 100644
index 98ca61af4595..000000000000
--- a/net-misc/ntp/files/ntp-4.2.8_p10-libressl.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -ur a/include/libssl_compat.h ntp-4.2.8p10/include/libssl_compat.h
---- ntp-4.2.8p10.orig/include/libssl_compat.h 2017-03-21 06:04:20.000000000 -0700
-+++ ntp-4.2.8p10/include/libssl_compat.h 2017-03-30 16:34:03.892173084 -0700
-@@ -37,7 +37,7 @@
- #endif
-
- /* ----------------------------------------------------------------- */
--#if OPENSSL_VERSION_NUMBER < 0x10100000L
-+#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined LIBRESSL_VERSION_NUMBER)
- /* ----------------------------------------------------------------- */
-
- # include <openssl/objects.h>
-diff -ur ntp-4.2.8p10.orig/libntp/a_md5encrypt.c ntp-4.2.8p10/libntp/a_md5encrypt.c
---- ntp-4.2.8p10.orig/libntp/a_md5encrypt.c 2017-02-01 01:47:13.000000000 -0800
-+++ ntp-4.2.8p10/libntp/a_md5encrypt.c 2017-03-30 16:55:49.830229507 -0700
-@@ -11,6 +11,7 @@
- #include "ntp.h"
- #include "ntp_md5.h" /* provides OpenSSL digest API */
- #include "isc/string.h"
-+#include "libssl_compat.h"
- /*
- * MD5authencrypt - generate message digest
- *
-diff -ur ntp-4.2.8p10.orig/libntp/libssl_compat.c ntp-4.2.8p10/libntp/libssl_compat.c
---- ntp-4.2.8p10.orig/libntp/libssl_compat.c 2017-02-01 01:47:13.000000000 -0800
-+++ ntp-4.2.8p10/libntp/libssl_compat.c 2017-03-30 16:52:17.287543795 -0700
-@@ -26,7 +26,7 @@
- /* ----------------------------------------------------------------- */
-
- /* ----------------------------------------------------------------- */
--#if defined(OPENSSL) && OPENSSL_VERSION_NUMBER < 0x10100000L
-+#if defined(OPENSSL) && (OPENSSL_VERSION_NUMBER < 0x10100000L || defined LIBRESSL_VERSION_NUMBER)
- /* ----------------------------------------------------------------- */
-
- #include "libssl_compat.h"