diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2005-02-10 13:07:24 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2005-02-10 13:07:24 +0000 |
commit | 8416919870b0a44c0ac353b967baed4dcfcaa31b (patch) | |
tree | 68332384e7cba60aeb8595315a332bfc3bef2210 /sbin/isakmpd | |
parent | 0b5159327330a995b86da6d0aa58e51fae0b16ed (diff) |
Add NAT-T here too.
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/GNUmakefile | 4 | ||||
-rw-r--r-- | sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/GNUmakefile b/sbin/isakmpd/GNUmakefile index ef8982760d4..659b4184dcc 100644 --- a/sbin/isakmpd/GNUmakefile +++ b/sbin/isakmpd/GNUmakefile @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile,v 1.9 2004/08/08 19:11:06 deraadt Exp $ +# $OpenBSD: GNUmakefile,v 1.10 2005/02/10 13:07:23 ho Exp $ # # Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -173,7 +173,7 @@ CFLAGS+= -DUSE_RAWKEY endif SRCS+= ${IPSEC_SRCS} ${X509} ${POLICY} ${EC} ${AGGRESSIVE} ${DNSSEC} \ - $(ISAKMP_CFG) + ${ISAKMP_CFG} ${NAT_TRAVERSAL} CFLAGS+= ${IPSEC_CFLAGS} LDADD+= ${DESLIB} DPADD+= ${DESLIBDEP} diff --git a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep index 758f949f569..c999931a85d 100644 --- a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile.sysdep,v 1.9 2004/08/10 09:49:51 ho Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.10 2005/02/10 13:07:23 ho Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -39,7 +39,7 @@ CFLAGS+= -DUSE_OLD_SOCKADDR -DHAVE_PCAP \ -I/usr/include/openssl FEATURES= debug tripledes blowfish cast ec aggressive x509 policy -FEATURES+= des aes +FEATURES+= des aes nat_traversal IPSEC_SRCS= pf_key_v2.c IPSEC_CFLAGS= -DUSE_PF_KEY_V2 |