X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=8452ed85d61f35c6e9a5dfe693ca070571af9bdf;hb=2cd74312335854621dc11ddfe55181292eb89c38;hp=c59e146c3fae3f2a18f3fc8d3c349ac8f4e9a6ff;hpb=d6aefd8ebda828ed4c9fef447f96882c1db52ce1;p=zpackage diff --git a/Makefile b/Makefile index c59e146..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 \