diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2026-01-23 10:15:47 +0100 |
|---|---|---|
| committer | Andreas Baumann <mail@andreasbaumann.cc> | 2026-01-23 10:15:47 +0100 |
| commit | 3e656e64080ce3dbfadd7ea6533cd608cb3e1fda (patch) | |
| tree | 2a4085049879b0a8e47a9dd6c5d9931dac9718d8 | |
| parent | d28be4a00c5e2f3433b3d030aeac5ee656dc565d (diff) | |
| download | monitoring-plugins-3e656e64080ce3dbfadd7ea6533cd608cb3e1fda.tar.gz | |
utils.h: undefine USE_OPENSSL to avoid clash with net-snmp redefititioncheck_snmp_fixes
| -rw-r--r-- | plugins/utils.h | 1 |
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 | |||
| 13 | provided to standardize version and error reporting across the entire | 13 | provided to standardize version and error reporting across the entire |
| 14 | suite of plugins. */ | 14 | suite 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> |
