1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* md.c (string_to_digest_algo): Enable read-write SHA-256 support.

* algorithms.h, Makefile.am, md.c (load_digest_module,
string_to_digest_algo), tiger.c: Drop TIGER/192 support.
This commit is contained in:
David Shaw 2003-09-04 11:53:10 +00:00
parent ff4b6613a9
commit 142ef9b0ba
5 changed files with 11 additions and 948 deletions

View file

@ -54,10 +54,7 @@ libcipher_a_SOURCES = cipher.c \
sha1.c \
sha256.c
EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c sha512.c
EXTRA_libcipher_a_SOURCES = idea-stub.c sha512.c
libcipher_a_DEPENDENCIES = @IDEA_O@ @TIGER_O@ @SHA512_O@
libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@ @SHA512_O@
tiger.o: $(srcdir)/tiger.c
`echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
libcipher_a_DEPENDENCIES = @IDEA_O@ @SHA512_O@
libcipher_a_LIBADD = @IDEA_O@ @SHA512_O@