X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=1985a80f4889e037c03ac1dec8b8b5e59834f35c;hb=3a94b002c8fb76df827cb7f1785e4ce313186561;hp=62bbe121b355505441e904ceb21867a66373def7;hpb=b110e6e4f51d136cd751029d43937517879d1dfb;p=zpackage diff --git a/Makefile b/Makefile index 62bbe12..1985a80 100644 --- a/Makefile +++ b/Makefile @@ -406,10 +406,6 @@ LTCOBJ= \ hashes/helper/hash_filehandle.o \ hashes/helper/hash_memory.o \ hashes/helper/hash_memory_multi.o \ - hashes/rmd128.o \ - hashes/rmd160.o \ - hashes/rmd256.o \ - hashes/rmd320.o \ hashes/sha1.o \ hashes/sha2/sha256.o \ hashes/sha2/sha384.o \ @@ -690,7 +686,6 @@ LTCOBJ= \ prngs/rng_get_bytes.o \ prngs/rng_make_prng.o \ prngs/sprng.o \ - prngs/yarrow.o \ stream/chacha/chacha_crypt.o \ stream/chacha/chacha_done.o \ stream/chacha/chacha_ivctr32.o \ @@ -724,7 +719,6 @@ libtomcrypt/%.o: CFLAGS+= \ -DLTC_OMAC \ -DLTC_CCM_MODE \ -DLTC_SPRNG \ - -DLTC_YARROW \ -DLTC_DEVRANDOM \ -DLTC_TRY_URANDOM_FIRST \ -DLTC_RNG_GET_BYTES \