mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* Makefile.am, md.c (load_digest_module): TIGER is now always enabled.
This commit is contained in:
parent
ddf90c407b
commit
37f29e8102
3 changed files with 10 additions and 6 deletions
|
@ -51,12 +51,13 @@ libcipher_a_SOURCES = cipher.c \
|
|||
rndw32.c \
|
||||
md5.c \
|
||||
rmd160.c \
|
||||
sha1.c
|
||||
sha1.c \
|
||||
tiger.c
|
||||
|
||||
EXTRA_libcipher_a_SOURCES = idea-stub.c tiger.c
|
||||
EXTRA_libcipher_a_SOURCES = idea-stub.c
|
||||
|
||||
libcipher_a_DEPENDENCIES = @IDEA_O@ @TIGER_O@
|
||||
libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@
|
||||
libcipher_a_DEPENDENCIES = @IDEA_O@
|
||||
libcipher_a_LIBADD = @IDEA_O@
|
||||
|
||||
tiger.o: $(srcdir)/tiger.c
|
||||
`echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue