]> pd.if.org Git - zpackage/blobdiff - Makefile
remove rmd hashes
[zpackage] / Makefile
index 9bebb4bbc7bce64a6eb72c3b4d523aad336f5ae5..1985a80f4889e037c03ac1dec8b8b5e59834f35c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -406,16 +406,10 @@ 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/sha224.o \
    hashes/sha2/sha256.o \
    hashes/sha2/sha384.o \
    hashes/sha2/sha512.o \
-   hashes/sha2/sha512_224.o \
    hashes/sha2/sha512_256.o \
    hashes/sha3.o \
    hashes/sha3_test.o \
@@ -692,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 \
@@ -721,13 +714,11 @@ libtomcrypt/%.o: CFLAGS+= \
        -DLTC_SHA512 \
        -DLTC_SHA384 \
        -DLTC_SHA256 \
-       -DLTC_SHA224 \
        -DLTC_HASH_HELPERS \
        -DLTC_HMAC \
        -DLTC_OMAC \
        -DLTC_CCM_MODE \
        -DLTC_SPRNG \
-       -DLTC_YARROW \
        -DLTC_DEVRANDOM \
        -DLTC_TRY_URANDOM_FIRST \
        -DLTC_RNG_GET_BYTES \