X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=8452ed85d61f35c6e9a5dfe693ca070571af9bdf;hb=2cd74312335854621dc11ddfe55181292eb89c38;hp=83cf5a3d0d1b641c355818349ca6aeeb04821190;hpb=d6319f7ea0a76de91bc01d9734d235b494c40198;p=zpackage diff --git a/Makefile b/Makefile index 83cf5a3..8452ed8 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ stest: $(ZPKGBIN) t/ctap/prove: t/ctap/prove.o $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ -test: $(ZPKGBIN) t/ctap/prove +test: $(ZPKGBIN) t/ctap/prove db.sql @PATH=$(curdir)/t:$(curdir)/bin:$(PATH) t/ctap/prove t/*.t programs: $(PROGRAMS) @@ -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 \