X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=e23545df4eeec7dab00872919f97e585df6fc266;hb=8525b30e7685c63751f8f6e71d0dbbceeb1280f0;hp=0e96e6d9cfb44ea4080821e60569167a5652f536;hpb=92a317bb7300b241022d2be78814136d08dfcd34;p=zpackage diff --git a/Makefile b/Makefile index 0e96e6d..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 \ @@ -437,13 +434,6 @@ LTCOBJ= \ 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 \