X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=c4791a667134d3d747ccb45e75475b89c3edb4eb;hb=980fccf87eb6c14113e601b2f8135d904a5e70f6;hp=1e24827a4de764a561ca2e693dbe1afe181b3066;hpb=2a3d80be326e401f9008d695232fe5543c909d18;p=zpackage diff --git a/Makefile b/Makefile index 1e24827..c4791a6 100644 --- a/Makefile +++ b/Makefile @@ -364,12 +364,8 @@ tfm.o: $(addprefix tomsfastmath/src/, $(TFMOBJ)) LTCOBJ= \ ciphers/aes/aes.o \ - ciphers/blowfish.o \ - ciphers/cast5.o \ - ciphers/rc2.o \ ciphers/rc5.o \ ciphers/rc6.o \ - ciphers/skipjack.o \ ciphers/twofish/twofish.o \ encauth/ccm/ccm_add_aad.o \ encauth/ccm/ccm_add_nonce.o \ @@ -401,31 +397,8 @@ 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 \ - encauth/ocb/ocb_encrypt.o \ - encauth/ocb/ocb_encrypt_authenticate_memory.o \ - encauth/ocb/ocb_init.o \ - encauth/ocb/ocb_ntz.o \ - encauth/ocb/ocb_shift_xor.o \ - encauth/ocb/ocb_test.o \ - encauth/ocb/s_ocb_done.o \ - encauth/ocb3/ocb3_add_aad.o \ - encauth/ocb3/ocb3_decrypt.o \ - encauth/ocb3/ocb3_decrypt_last.o \ - encauth/ocb3/ocb3_decrypt_verify_memory.o \ - encauth/ocb3/ocb3_done.o \ - encauth/ocb3/ocb3_encrypt.o \ - encauth/ocb3/ocb3_encrypt_authenticate_memory.o \ - encauth/ocb3/ocb3_encrypt_last.o \ - encauth/ocb3/ocb3_init.o \ - encauth/ocb3/ocb3_int_ntz.o \ - encauth/ocb3/ocb3_int_xor_blocks.o \ - encauth/ocb3/ocb3_test.o \ hashes/blake2b.o \ hashes/blake2s.o \ hashes/chc/chc.o \ @@ -433,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 \ @@ -472,18 +439,6 @@ LTCOBJ= \ mac/omac/omac_process.o \ misc/crypt/crypt_find_prng.o \ mac/omac/omac_test.o \ - mac/pelican/pelican.o \ - mac/pelican/pelican_memory.o \ - mac/pelican/pelican_test.o \ - mac/pmac/pmac_done.o \ - mac/pmac/pmac_file.o \ - mac/pmac/pmac_init.o \ - mac/pmac/pmac_memory.o \ - mac/pmac/pmac_memory_multi.o \ - mac/pmac/pmac_ntz.o \ - mac/pmac/pmac_process.o \ - mac/pmac/pmac_shift_xor.o \ - mac/pmac/pmac_test.o \ mac/poly1305/poly1305.o \ mac/poly1305/poly1305_file.o \ mac/poly1305/poly1305_memory.o \ @@ -719,7 +674,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 \ @@ -738,9 +692,7 @@ libtomcrypt/%.o: CFLAGS+= \ -DLTC_POLY1305 \ -DLTC_CHACHA20POLY1305_MODE \ -DLTC_RIJNDAEL \ - -DLTC_BLOWFISH \ -DLTC_CHACHA \ - -DLTC_CAST5 \ -DLTC_ECB_MODE \ -DLTC_CBC_MODE \ -DLTC_CTR_MODE \ @@ -750,13 +702,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 \