summaryrefslogtreecommitdiffstats
path: root/sbin/setkey/Makefile
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-11-05 09:47:54 +0000
committerume <ume@FreeBSD.org>2003-11-05 09:47:54 +0000
commit832d3f0af5caaf598c2d5fad02933d42fad01078 (patch)
treef650d6c8624acdedbc28ef079442ba99097fdba0 /sbin/setkey/Makefile
parent1b0d2b237ef5dc12f3fb211efc7b75ca8569ceea (diff)
downloadFreeBSD-src-832d3f0af5caaf598c2d5fad02933d42fad01078.zip
FreeBSD-src-832d3f0af5caaf598c2d5fad02933d42fad01078.tar.gz
- do hexdump on send. set length field properly
- check for encryption/authentication key together with algorithm. - warned if a deprecated encryption algorithm (that includes "simple") is specified. - changed the syntax how to define a policy of a ICMPv6 type and/or a code, like spdadd ::/0 ::/0 icmp6 134,0 -P out none; - random cleanup in parser. - use yyfatal, or return -1 after yyerror. - deal with strdup() failure. - permit scope notation in policy string (-P esp/tunnel/foo%scope-bar%scope/use) - simplify /prefix and [port]. - g/c some unused symbols. Obtained from: KAME
Diffstat (limited to 'sbin/setkey/Makefile')
-rw-r--r--sbin/setkey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile
index 782b478..91977e0 100644
--- a/sbin/setkey/Makefile
+++ b/sbin/setkey/Makefile
@@ -39,7 +39,7 @@ LDADD= -ll -ly
CLEANFILES= y.tab.c y.tab.h key_test.o keytest
-# libpfkey.
+# libpfkey
# ipsec_strerror.c is for avoiding shlib reference to non-exported function.
.PATH: ${.CURDIR}/../../lib/libipsec ${.CURDIR}/../../sys/netkey
SRCS+= pfkey.c pfkey_dump.c key_debug.c ipsec_strerror.c
OpenPOWER on IntegriCloud