Removed deleted sources from Makefile

This commit is contained in:
Dmitriy Alexandrov 2022-11-10 10:57:16 +04:00
parent 5857f99fe9
commit 179cc5ed39
1 changed files with 7 additions and 18 deletions

View File

@ -127,6 +127,11 @@ ifdef FF_TCPHPTS
CFLAGS+= -DTCPHPTS -DRATELIMIT
endif
ifdef FF_IPSEC
HOST_CFLAGS+= -DIPSEC
CFLAGS+= -DIPSEC
endif
HOST_C= ${CC} -c $(HOST_CFLAGS) ${HOST_INCLUDES} ${WERROR} ${PROF} $<
@ -270,12 +275,8 @@ FF_HOST_SRCS+= \
endif
ifdef FF_IPSEC
CRYPTO_ASM_SRCS+= \
aesencdec_${MACHINE_CPUARCH}.S \
aeskeys_${MACHINE_CPUARCH}.S
CRYPTO_SRCS+= \
aesni.c \
#aesni.c \
aesni_wrap.c \
bf_ecb.c \
bf_enc.c \
@ -576,16 +577,6 @@ NETIPFW_SRCS+= \
ip_fw2.c
endif
ifdef FF_IPSEC
NETINET_SRCS+= \
ip_ipsec.c
ifdef FF_INET6
NETINET6_SRCS+= \
ip6_ipsec.c
endif
endif
ifdef FF_IPSEC
NETIPSEC_SRCS+= \
ipsec.c \
@ -605,13 +596,11 @@ endif
ifdef FF_IPSEC
OPENCRYPTO_SRCS+= \
cast.c \
criov.c \
crypto.c \
cryptosoft.c \
deflate.c \
cryptodeflate.c \
rmd160.c \
skipjack.c \
xform.c
endif