diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-09-14 12:50:23 +0200 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-09-14 12:50:23 +0200 |
commit | 1909de2e843f1dfd5e031d3d4aa6901a5b9a139d (patch) | |
tree | 8f33ed557df0957c028de952d06763346ac4acea /gl/m4/gnulib-cache.m4 | |
parent | 5da988e07a96ff154db040befb5472f0dc784a17 (diff) | |
download | monitoring-plugins-1909de2e843f1dfd5e031d3d4aa6901a5b9a139d.tar.gz |
Add Gnulib module "crypto/sha256" and remote "crypto/sha1"
Diffstat (limited to 'gl/m4/gnulib-cache.m4')
-rw-r--r-- | gl/m4/gnulib-cache.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/m4/gnulib-cache.m4 b/gl/m4/gnulib-cache.m4 index 9d0128a0..06fed91a 100644 --- a/gl/m4/gnulib-cache.m4 +++ b/gl/m4/gnulib-cache.m4 | |||
@@ -39,7 +39,7 @@ | |||
39 | # --macro-prefix=gl \ | 39 | # --macro-prefix=gl \ |
40 | # --no-vc-files \ | 40 | # --no-vc-files \ |
41 | # base64 \ | 41 | # base64 \ |
42 | # crypto/sha1 \ | 42 | # crypto/sha256 \ |
43 | # dirname \ | 43 | # dirname \ |
44 | # environ \ | 44 | # environ \ |
45 | # floorf \ | 45 | # floorf \ |
@@ -65,7 +65,7 @@ | |||
65 | gl_LOCAL_DIR([]) | 65 | gl_LOCAL_DIR([]) |
66 | gl_MODULES([ | 66 | gl_MODULES([ |
67 | base64 | 67 | base64 |
68 | crypto/sha1 | 68 | crypto/sha256 |
69 | dirname | 69 | dirname |
70 | environ | 70 | environ |
71 | floorf | 71 | floorf |