diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-08 16:30:04 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-04-08 16:30:04 +0000 |
commit | 60622b97bc2be8082b688f3aac32db0c0c08248c (patch) | |
tree | faab35bbf3be4f987917887f204a13ec1db36bc5 /sbin | |
parent | 8a8161b7607be8dc371d19e6875a39d16903185d (diff) |
remove cipher features
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 489fa7175ac..75ba0c9bd41 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.62 2005/04/08 16:06:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.63 2005/04/08 16:30:03 hshoexer Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -44,10 +44,8 @@ OS= openbsd #OS= bsdi # Compile-time configuration of otherwise optional features -#FEATURES= tripledes des blowfish cast aes #FEATURES+= policy ec aggressive debug gmp #FEATURES+= rawkey isakmp_cfg dnssec privsep nat_traversal dpd -FEATURES= tripledes des blowfish cast aes FEATURES+= policy ec aggressive debug FEATURES+= rawkey isakmp_cfg privsep nat_traversal dpd |