From cfa0738187c51eeb897133d1699b35ddd8e96fd5 Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Tue, 31 Jan 2023 15:13:12 +0100 Subject: Remove sha1 and add sha256 --- gl/Makefile.am | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'gl/Makefile.am') diff --git a/gl/Makefile.am b/gl/Makefile.am index db124462..3865bf78 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -33,8 +33,9 @@ # --no-libtool \ # --macro-prefix=gl \ # --no-vc-files \ +# --no-vc-files \ # base64 \ -# crypto/sha1 \ +# crypto/sha256 \ # dirname \ # environ \ # floorf \ @@ -272,19 +273,19 @@ EXTRA_DIST += af_alg.h sys-limits.h ## end gnulib module crypto/af_alg -## begin gnulib module crypto/sha1 +## begin gnulib module crypto/sha256 -libgnu_a_SOURCES += sha1-stream.c +libgnu_a_SOURCES += sha256-stream.c -## end gnulib module crypto/sha1 +## end gnulib module crypto/sha256 -## begin gnulib module crypto/sha1-buffer +## begin gnulib module crypto/sha256-buffer -libgnu_a_SOURCES += sha1.c +libgnu_a_SOURCES += sha256.c -EXTRA_DIST += gl_openssl.h sha1.h +EXTRA_DIST += gl_openssl.h sha256.h -## end gnulib module crypto/sha1-buffer +## end gnulib module crypto/sha256-buffer ## begin gnulib module dirname -- cgit v1.2.3-74-g34f1