diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 15:17:51 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 15:17:51 +0100 |
commit | 34c6fae0ca405cddf2d60e76d785fc520d336582 (patch) | |
tree | e94e4ef6d4a67b5adf12ac6102152fe46682439b /lib/utils_base.h | |
parent | cfa0738187c51eeb897133d1699b35ddd8e96fd5 (diff) | |
download | monitoring-plugins-34c6fae.tar.gz |
Replace sha1 with sha256 in utils_base
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 9482f23b..59065504 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define _UTILS_BASE_ | 2 | #define _UTILS_BASE_ |
3 | /* Header file for Monitoring Plugins utils_base.c */ | 3 | /* Header file for Monitoring Plugins utils_base.c */ |
4 | 4 | ||
5 | #include "sha1.h" | 5 | #include "sha256.h" |
6 | 6 | ||
7 | /* This file holds header information for thresholds - use this in preference to | 7 | /* This file holds header information for thresholds - use this in preference to |
8 | individual plugin logic */ | 8 | individual plugin logic */ |