From 34d196cb529008a75cd10eedac165a5974bf5e89 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 23 Mar 2017 05:51:59 +0000 Subject: Update 4.2.8p9 --> 4.2.8p10 --- net/ntp/files/patch-libntp_libssl__compat.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'net/ntp/files/patch-libntp_libssl__compat.c') diff --git a/net/ntp/files/patch-libntp_libssl__compat.c b/net/ntp/files/patch-libntp_libssl__compat.c index 14117da9c86e..8809f7433112 100644 --- a/net/ntp/files/patch-libntp_libssl__compat.c +++ b/net/ntp/files/patch-libntp_libssl__compat.c @@ -1,11 +1,11 @@ ---- libntp/libssl_compat.c.orig 2016-11-21 12:28:40 UTC -+++ libntp/libssl_compat.c -@@ -23,7 +23,7 @@ - #include "ntp_types.h" +--- libntp/libssl_compat.c.orig 2017-02-01 01:47:13.000000000 -0800 ++++ libntp/libssl_compat.c 2017-03-22 22:29:56.409257000 -0700 +@@ -26,7 +26,7 @@ + /* ----------------------------------------------------------------- */ /* ----------------------------------------------------------------- */ --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) +-#if defined(OPENSSL) && OPENSSL_VERSION_NUMBER < 0x10100000L ++#if defined(OPENSSL) && (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) /* ----------------------------------------------------------------- */ #include "libssl_compat.h" -- cgit v1.2.3