mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
monit: enable / fix IPv6 detection during build
thanks to @val-kulkov for noticing Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
diff --git a/src/ssl/Ssl.c b/src/ssl/Ssl.c
|
||||
index 6501f25..9c24ad5 100644
|
||||
--- a/src/ssl/Ssl.c
|
||||
+++ b/src/ssl/Ssl.c
|
||||
@@ -302,8 +302,8 @@ static boolean_t _retry(int socket, int *timeout, int (*callback)(int socket, ti
|
||||
@@ -302,8 +302,8 @@ static boolean_t _retry(int socket, int
|
||||
|
||||
|
||||
#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER)
|
||||
|
||||
Reference in New Issue
Block a user