X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=62bbe121b355505441e904ceb21867a66373def7;hb=b110e6e4f51d136cd751029d43937517879d1dfb;hp=c3202e669a0349aa3725bbbefbee3d06166216e3;hpb=a670d5d3211446a123f1af646c867ee4aabadc49;p=zpackage diff --git a/Makefile b/Makefile index c3202e6..62bbe12 100644 --- 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 \