]> pd.if.org Git - zpackage/blobdiff - Makefile
remove sha224 and sha512-224
[zpackage] / Makefile
index c3202e669a0349aa3725bbbefbee3d06166216e3..62bbe121b355505441e904ceb21867a66373def7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -397,10 +397,6 @@ LTCOBJ= \
    misc/crypt/crypt_find_cipher_id.o \
    misc/crypt/crypt_find_hash_any.o \
    misc/crypt/crypt_find_hash.o \
-   encauth/ocb/ocb_decrypt.o \
-   encauth/ocb/ocb_decrypt_verify_memory.o \
-   encauth/ocb/ocb_done_decrypt.o \
-   encauth/ocb/ocb_done_encrypt.o \
    misc/crypt/crypt_find_hash_id.o \
    misc/crypt/crypt_find_hash_oid.o \
    hashes/blake2b.o \
@@ -415,11 +411,9 @@ LTCOBJ= \
    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 \
@@ -725,7 +719,6 @@ libtomcrypt/%.o: CFLAGS+= \
        -DLTC_SHA512 \
        -DLTC_SHA384 \
        -DLTC_SHA256 \
-       -DLTC_SHA224 \
        -DLTC_HASH_HELPERS \
        -DLTC_HMAC \
        -DLTC_OMAC \