summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2026-01-23 10:15:47 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2026-01-23 10:15:47 +0100
commit3e656e64080ce3dbfadd7ea6533cd608cb3e1fda (patch)
tree2a4085049879b0a8e47a9dd6c5d9931dac9718d8 /plugins
parentd28be4a00c5e2f3433b3d030aeac5ee656dc565d (diff)
downloadmonitoring-plugins-3e656e64080ce3dbfadd7ea6533cd608cb3e1fda.tar.gz
utils.h: undefine USE_OPENSSL to avoid clash with net-snmp redefititioncheck_snmp_fixes
Diffstat (limited to 'plugins')
-rw-r--r--plugins/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h
index 68ff1630..c1c921fb 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -13,6 +13,7 @@ in order to resist overflow attacks. In addition, a few functions are
13provided to standardize version and error reporting across the entire 13provided to standardize version and error reporting across the entire
14suite of plugins. */ 14suite of plugins. */
15 15
16#undef USE_OPENSSL // net-snmp defines USE_OPENSSL as NETSNMP_USE_OPENSSL in net-snmp-config.h
16#include "../config.h" 17#include "../config.h"
17#include <stdbool.h> 18#include <stdbool.h>
18#include <stdint.h> 19#include <stdint.h>