diff options
author | 2007-02-19 10:12:45 +0000 | |
---|---|---|
committer | 2007-02-19 10:12:45 +0000 | |
commit | 464cbd5d7caaa1a8e9253b95f4303f2689d600b2 (patch) | |
tree | 63ca194f214e43cae11bfa7c8e0ea07a0a745f8c | |
parent | Document NULL encryption. (diff) | |
download | wireguard-openbsd-464cbd5d7caaa1a8e9253b95f4303f2689d600b2.tar.xz wireguard-openbsd-464cbd5d7caaa1a8e9253b95f4303f2689d600b2.zip |
we have to use '-k' now to show keys.
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 6 |
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} |