diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 14:13:12 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-01-31 14:13:12 (GMT) |
commit | cfa0738187c51eeb897133d1699b35ddd8e96fd5 (patch) | |
tree | b7c32a9074a9b69cf94c31511c38e3bb8a74f91f /gl/Makefile.am | |
parent | 393bd16d2e21833236f65fb330fe848eb45f742d (diff) | |
download | monitoring-plugins-cfa0738187c51eeb897133d1699b35ddd8e96fd5.tar.gz |
Remove sha1 and add sha256
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r-- | gl/Makefile.am | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index db12446..3865bf7 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am | |||
@@ -33,8 +33,9 @@ | |||
33 | # --no-libtool \ | 33 | # --no-libtool \ |
34 | # --macro-prefix=gl \ | 34 | # --macro-prefix=gl \ |
35 | # --no-vc-files \ | 35 | # --no-vc-files \ |
36 | # --no-vc-files \ | ||
36 | # base64 \ | 37 | # base64 \ |
37 | # crypto/sha1 \ | 38 | # crypto/sha256 \ |
38 | # dirname \ | 39 | # dirname \ |
39 | # environ \ | 40 | # environ \ |
40 | # floorf \ | 41 | # floorf \ |
@@ -272,19 +273,19 @@ EXTRA_DIST += af_alg.h sys-limits.h | |||
272 | 273 | ||
273 | ## end gnulib module crypto/af_alg | 274 | ## end gnulib module crypto/af_alg |
274 | 275 | ||
275 | ## begin gnulib module crypto/sha1 | 276 | ## begin gnulib module crypto/sha256 |
276 | 277 | ||
277 | libgnu_a_SOURCES += sha1-stream.c | 278 | libgnu_a_SOURCES += sha256-stream.c |
278 | 279 | ||
279 | ## end gnulib module crypto/sha1 | 280 | ## end gnulib module crypto/sha256 |
280 | 281 | ||
281 | ## begin gnulib module crypto/sha1-buffer | 282 | ## begin gnulib module crypto/sha256-buffer |
282 | 283 | ||
283 | libgnu_a_SOURCES += sha1.c | 284 | libgnu_a_SOURCES += sha256.c |
284 | 285 | ||
285 | EXTRA_DIST += gl_openssl.h sha1.h | 286 | EXTRA_DIST += gl_openssl.h sha256.h |
286 | 287 | ||
287 | ## end gnulib module crypto/sha1-buffer | 288 | ## end gnulib module crypto/sha256-buffer |
288 | 289 | ||
289 | ## begin gnulib module dirname | 290 | ## begin gnulib module dirname |
290 | 291 | ||