X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=f97aac2f5a81403eae0b8332cbf87a06a0d2a5c8;hb=c2dc8626698392f759806317afbcbe6c70686e1f;hp=c3202e669a0349aa3725bbbefbee3d06166216e3;hpb=a670d5d3211446a123f1af646c867ee4aabadc49;p=zpackage diff --git a/Makefile b/Makefile index c3202e6..f97aac2 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 \ @@ -696,7 +690,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 \ @@ -725,13 +718,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 \