X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=Makefile;fp=Makefile;h=9800cfe83fd13178e1f7058a5db4aa01e2bd150c;hp=1e24827a4de764a561ca2e693dbe1afe181b3066;hb=72b60d5f77676b6b500d58bae81a27923fa1bee7;hpb=2a3d80be326e401f9008d695232fe5543c909d18 diff --git a/Makefile b/Makefile index 1e24827..9800cfe 100644 --- a/Makefile +++ b/Makefile @@ -364,12 +364,8 @@ tfm.o: $(addprefix tomsfastmath/src/, $(TFMOBJ)) LTCOBJ= \ ciphers/aes/aes.o \ - ciphers/blowfish.o \ - ciphers/cast5.o \ - ciphers/rc2.o \ ciphers/rc5.o \ ciphers/rc6.o \ - ciphers/skipjack.o \ ciphers/twofish/twofish.o \ encauth/ccm/ccm_add_aad.o \ encauth/ccm/ccm_add_nonce.o \ @@ -738,9 +734,7 @@ libtomcrypt/%.o: CFLAGS+= \ -DLTC_POLY1305 \ -DLTC_CHACHA20POLY1305_MODE \ -DLTC_RIJNDAEL \ - -DLTC_BLOWFISH \ -DLTC_CHACHA \ - -DLTC_CAST5 \ -DLTC_ECB_MODE \ -DLTC_CBC_MODE \ -DLTC_CTR_MODE \