File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,11 @@ ifdef FF_TCPHPTS
127127CFLAGS+ = -DTCPHPTS -DRATELIMIT
128128endif
129129
130+ ifdef FF_IPSEC
131+ HOST_CFLAGS+ = -DIPSEC
132+ CFLAGS+ = -DIPSEC
133+ endif
134+
130135HOST_C = ${CC} -c $(HOST_CFLAGS ) ${HOST_INCLUDES} ${WERROR} ${PROF} $<
131136
132137
@@ -270,12 +275,8 @@ FF_HOST_SRCS+= \
270275endif
271276
272277ifdef FF_IPSEC
273- CRYPTO_ASM_SRCS+ = \
274- aesencdec_${MACHINE_CPUARCH}.S \
275- aeskeys_${MACHINE_CPUARCH}.S
276-
277278CRYPTO_SRCS+ = \
278- aesni.c \
279+ # aesni.c \
279280 aesni_wrap.c \
280281 bf_ecb.c \
281282 bf_enc.c \
@@ -576,16 +577,6 @@ NETIPFW_SRCS+= \
576577 ip_fw2.c
577578endif
578579
579- ifdef FF_IPSEC
580- NETINET_SRCS+ = \
581- ip_ipsec.c
582- ifdef FF_INET6
583- NETINET6_SRCS+ = \
584- ip6_ipsec.c
585- endif
586- endif
587-
588-
589580ifdef FF_IPSEC
590581NETIPSEC_SRCS+ = \
591582 ipsec.c \
@@ -605,13 +596,11 @@ endif
605596
606597ifdef FF_IPSEC
607598OPENCRYPTO_SRCS+ = \
608- cast.c \
609599 criov.c \
610600 crypto.c \
611601 cryptosoft.c \
612- deflate .c \
602+ cryptodeflate .c \
613603 rmd160.c \
614- skipjack.c \
615604 xform.c
616605endif
617606
You can’t perform that action at this time.
0 commit comments