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>
(cherry picked from commit 7cc74e4d8b)
This commit is contained in:
committed by
Rosen Penev
parent
4e3d6eca20
commit
9eca2ae771
@@ -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