From 3a6f9292f147de29b21dafa4cf9b7efce3e4cbfd Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:06:29 +0200 Subject: Rename USE_OPENSSL to MOPL_USE_OPENSSL (#2253) net-snmp uses the same pre processor name "USE_OPENSSL" as we do. To avoid the conflict, this commit renames it on our side to "MOPL_USE_OPENSSL". "MOPL" (better "MoPl"?) stands for Monitoring Plugins. --- lib/utils_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/utils_base.h b/lib/utils_base.h index 27884bf0..1da96f78 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h @@ -9,7 +9,7 @@ #include "./thresholds.h" #include "states.h" -#ifndef USE_OPENSSL +#ifndef MOPL_USE_OPENSSL # include "sha256.h" #endif -- cgit v1.2.3-74-g34f1