summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2007-02-19 10:12:46 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2007-02-19 10:12:46 +0000
commit8e8cafb0589b63c8dd1ef6531786833a86e2e5f6 (patch)
tree5c8e26f85571d3d124d66fd7c7e9567cc0121790 /regress/sbin
parent7ce92829bad1077536454c9f89b55e2ccde831f8 (diff)
we have to use '-k' now to show keys.
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/ipsecctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile
index 628d0a52005..f549374c4f3 100644
--- a/regress/sbin/ipsecctl/Makefile
+++ b/regress/sbin/ipsecctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.46 2007/01/10 14:37:09 markus Exp $
+# $OpenBSD: Makefile,v 1.47 2007/02/19 10:12:45 hshoexer Exp $
# you can update the *.ok files with: make -i | patch
# TARGETS
@@ -43,7 +43,7 @@ TCPMD5_TARGETS+=tcpmd5${n}
tcpmd5${n}:
cat ${.CURDIR}/tcpmd5${n}.in | sed -e 's,DIR,${.CURDIR},g' | \
- ipsecctl -nv -f - | diff -u ${.CURDIR}/tcpmd5${n}.ok /dev/stdin
+ ipsecctl -nkv -f - | diff -u ${.CURDIR}/tcpmd5${n}.ok /dev/stdin
.endfor
.for n in ${SATESTS}
@@ -51,7 +51,7 @@ SA_TARGETS+=sa${n}
sa${n}:
cat ${.CURDIR}/sa${n}.in | sed -e 's,DIR,${.CURDIR},g' | \
- ipsecctl -nv -f - | diff -u ${.CURDIR}/sa${n}.ok /dev/stdin
+ ipsecctl -knv -f - | diff -u ${.CURDIR}/sa${n}.ok /dev/stdin
.endfor
.for n in ${SAFAIL}