Remove legacy_encrypt form the Makefile template

This commit is contained in:
Frank Denis 2015-10-08 13:08:28 +02:00
parent b04cd464db
commit 9aac84a0ce
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ OBJS = main.o cfg_file.tab.o cfg_file.lex.o server.o client.o lib.o \
llist.o auth.o tunnel.o lock.o netlib.o \ llist.o auth.o tunnel.o lock.o netlib.o \
tun_dev.o tap_dev.o pty_dev.o pipe_dev.o \ tun_dev.o tap_dev.o pty_dev.o pipe_dev.o \
tcp_proto.o udp_proto.o \ tcp_proto.o udp_proto.o \
linkfd.o lfd_shaper.o lfd_zlib.o lfd_lzo.o lfd_encrypt.o lfd_legacy_encrypt.o linkfd.o lfd_shaper.o lfd_zlib.o lfd_lzo.o lfd_encrypt.o
CONFIGURE_FILES = Makefile config.status config.cache config.h config.log CONFIGURE_FILES = Makefile config.status config.cache config.h config.log