diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-04-08 18:06:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-08 18:06:29 +0200 |
| commit | 3a6f9292f147de29b21dafa4cf9b7efce3e4cbfd (patch) | |
| tree | b7a2f64487a5a13753a14cd627550bcd95bc8eaf /lib/utils_base.h | |
| parent | 613cb60c96e21eaafb82b80a6b6d84b1b1f9729f (diff) | |
| download | monitoring-plugins-3a6f9292f147de29b21dafa4cf9b7efce3e4cbfd.tar.gz | |
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.
Diffstat (limited to 'lib/utils_base.h')
| -rw-r--r-- | lib/utils_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 9 | #include "./thresholds.h" | 9 | #include "./thresholds.h" |
| 10 | #include "states.h" | 10 | #include "states.h" |
| 11 | 11 | ||
| 12 | #ifndef USE_OPENSSL | 12 | #ifndef MOPL_USE_OPENSSL |
| 13 | # include "sha256.h" | 13 | # include "sha256.h" |
| 14 | #endif | 14 | #endif |
| 15 | 15 | ||
