X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=e23545df4eeec7dab00872919f97e585df6fc266;hb=8525b30e7685c63751f8f6e71d0dbbceeb1280f0;hp=83cf5a3d0d1b641c355818349ca6aeeb04821190;hpb=d6319f7ea0a76de91bc01d9734d235b494c40198;p=zpackage diff --git a/Makefile b/Makefile index 83cf5a3..e23545d 100644 --- a/Makefile +++ b/Makefile @@ -364,9 +364,6 @@ tfm.o: $(addprefix tomsfastmath/src/, $(TFMOBJ)) LTCOBJ= \ ciphers/aes/aes.o \ - ciphers/rc5.o \ - ciphers/rc6.o \ - ciphers/twofish/twofish.o \ encauth/ccm/ccm_add_aad.o \ encauth/ccm/ccm_add_nonce.o \ encauth/ccm/ccm_done.o \ @@ -431,26 +428,12 @@ LTCOBJ= \ mac/hmac/hmac_memory_multi.o \ mac/hmac/hmac_process.o \ mac/hmac/hmac_test.o \ - mac/omac/omac_done.o \ - mac/omac/omac_file.o \ - mac/omac/omac_init.o \ - mac/omac/omac_memory.o \ - mac/omac/omac_memory_multi.o \ - mac/omac/omac_process.o \ misc/crypt/crypt_find_prng.o \ - mac/omac/omac_test.o \ mac/poly1305/poly1305.o \ mac/poly1305/poly1305_file.o \ mac/poly1305/poly1305_memory.o \ mac/poly1305/poly1305_memory_multi.o \ mac/poly1305/poly1305_test.o \ - mac/xcbc/xcbc_done.o \ - mac/xcbc/xcbc_file.o \ - mac/xcbc/xcbc_init.o \ - mac/xcbc/xcbc_memory.o \ - mac/xcbc/xcbc_memory_multi.o \ - mac/xcbc/xcbc_process.o \ - mac/xcbc/xcbc_test.o \ math/fp/ltc_ecc_fp_mulmod.o \ math/ltm_desc.o \ math/multi.o \