mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
562 B
C
11 lines
562 B
C
--- 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 defined(OPENSSL) && OPENSSL_VERSION_NUMBER < 0x10100000L
|
|
+#if defined(OPENSSL) && (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER))
|
|
/* ----------------------------------------------------------------- */
|
|
|
|
#include "libssl_compat.h"
|