X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=Makefile;h=83cf5a3d0d1b641c355818349ca6aeeb04821190;hp=9bebb4bbc7bce64a6eb72c3b4d523aad336f5ae5;hb=d6319f7ea0a76de91bc01d9734d235b494c40198;hpb=4005d4692fe93edeb3f0d3683c65820bacd317a3 diff --git a/Makefile b/Makefile index 9bebb4b..83cf5a3 100644 --- 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 \ @@ -445,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 \ @@ -470,7 +452,6 @@ LTCOBJ= \ mac/xcbc/xcbc_process.o \ mac/xcbc/xcbc_test.o \ math/fp/ltc_ecc_fp_mulmod.o \ - math/gmp_desc.o \ math/ltm_desc.o \ math/multi.o \ math/radix_to_bin.o \ @@ -540,33 +521,12 @@ LTCOBJ= \ modes/ecb/ecb_done.o \ modes/ecb/ecb_encrypt.o \ modes/ecb/ecb_start.o \ - modes/f8/f8_decrypt.o \ - modes/f8/f8_done.o \ - modes/f8/f8_encrypt.o \ - modes/f8/f8_getiv.o \ - modes/f8/f8_setiv.o \ - modes/f8/f8_start.o \ - modes/f8/f8_test_mode.o \ - modes/lrw/lrw_decrypt.o \ - modes/lrw/lrw_done.o \ - modes/lrw/lrw_encrypt.o \ - modes/lrw/lrw_getiv.o \ - modes/lrw/lrw_process.o \ - modes/lrw/lrw_start.o \ - modes/lrw/lrw_setiv.o \ - modes/lrw/lrw_test.o \ modes/ofb/ofb_decrypt.o \ modes/ofb/ofb_done.o \ modes/ofb/ofb_encrypt.o \ modes/ofb/ofb_getiv.o \ modes/ofb/ofb_setiv.o \ modes/ofb/ofb_start.o \ - modes/xts/xts_decrypt.o \ - modes/xts/xts_done.o \ - modes/xts/xts_encrypt.o \ - modes/xts/xts_init.o \ - modes/xts/xts_mult_x.o \ - modes/xts/xts_test.o \ pk/asn1/der/bit/der_decode_bit_string.o \ pk/asn1/der/bit/der_decode_raw_bit_string.o \ pk/asn1/der/bit/der_encode_bit_string.o \ @@ -692,7 +652,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 +680,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 \