diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-04-08 18:26:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-08 18:26:32 +0200 |
| commit | 5a57e35a235e4c8b0e7355b1ea840932563f35d4 (patch) | |
| tree | ad4b0a470ff340f01ec0cc7bea15c5a11496241d /lib | |
| parent | 68db95d92276f5967217b268e1ca777d82cc5d49 (diff) | |
| parent | 1db493092ca6a68ff690251cc428037b54019a73 (diff) | |
| download | monitoring-plugins-5a57e35a235e4c8b0e7355b1ea840932563f35d4.tar.gz | |
Merge branch 'master' into check_snmp_fixes
Diffstat (limited to 'lib')
| -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 | ||
