diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2005-02-10 15:00:37 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2005-02-10 15:00:37 +0000 |
commit | 21e87f9a6df330145ac9af3aeb225af12c6be537 (patch) | |
tree | 6f5525f664e49d1a4970232d8930531407b16d49 /sbin/isakmpd/sysdep | |
parent | 7479a991f0db71b2f78432331061d6af07105dee (diff) |
Also add DPD.
Diffstat (limited to 'sbin/isakmpd/sysdep')
-rw-r--r-- | sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep index c999931a85d..073c1ca6b0e 100644 --- a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile.sysdep,v 1.10 2005/02/10 13:07:23 ho Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.11 2005/02/10 15:00:36 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 nat_traversal +FEATURES+= des aes nat_traversal dpd IPSEC_SRCS= pf_key_v2.c IPSEC_CFLAGS= -DUSE_PF_KEY_V2 |