[monitoring-plugins] Replace last remaining USE_OPENSSL (#2321)

GitHub git at monitoring-plugins.org
Mon Aug 10 15:40:13 CEST 2026


    Module: monitoring-plugins
    Branch: master
    Commit: f86d4dec9b0c70c1d1f3fbae4782cefd1e26c31a
    Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
 Committer: GitHub <noreply at github.com>
      Date: Mon Aug 10 15:39:04 2026 +0200
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f86d4dec

Replace last remaining USE_OPENSSL (#2321)

Co-authored-by: Lorenz Kästle <lorenz.kaestle+gitub-mopl at mailbox.org>

---

 plugins/check_curl.d/check_curl_helpers.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/check_curl.d/check_curl_helpers.h b/plugins/check_curl.d/check_curl_helpers.h
index 2f9b0d1c..2a3a410e 100644
--- a/plugins/check_curl.d/check_curl_helpers.h
+++ b/plugins/check_curl.d/check_curl_helpers.h
@@ -3,7 +3,7 @@
 #include "../picohttpparser/picohttpparser.h"
 #include "output.h"
 
-#if defined(HAVE_SSL) && defined(USE_OPENSSL)
+#if defined(HAVE_SSL) && defined(MOPL_USE_OPENSSL)
 #	include <openssl/opensslv.h>
 #endif
 



More information about the Commits mailing list