diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-03-23 05:51:59 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-03-23 05:51:59 +0000 |
commit | 34d196cb529008a75cd10eedac165a5974bf5e89 (patch) | |
tree | 13a4bd294c0e8b42b99c3940bb48d6ac6a38a3fa /net/ntp/files/patch-libntp_libssl__compat.c | |
parent | - Update WWW (diff) |
Update 4.2.8p9 --> 4.2.8p10
Diffstat (limited to 'net/ntp/files/patch-libntp_libssl__compat.c')
-rw-r--r-- | net/ntp/files/patch-libntp_libssl__compat.c | 12 |
1 files changed, 6 insertions, 6 deletions
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" |