]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strongswan
update cryptography settings in StrongSwan LFS file
[ipfire-2.x.git] / lfs / strongswan
index 042dac5303cf1650fee98924555cc9824d6ebdc2..102c24724232d10d99c2beb76ade4a8fd2828db3 100644 (file)
@@ -92,8 +92,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable-eap-peap \
                --enable-eap-mschapv2 \
                --enable-eap-identity \
+               --enable-chapoly \
                --disable-padlock \
-               --disable-chapoly \
+               --disable-rc2 \
                $(CONFIGURE_OPTIONS)
 
        cd $(DIR_APP) && make $(MAKETUNING)