summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign
diff options
context:
space:
mode:
authorandreas <andreas@openbsd.org>2009-05-28 16:50:16 +0000
committerandreas <andreas@openbsd.org>2009-05-28 16:50:16 +0000
commit46b8043eb2ad75f0854bbac5a4727c881a727383 (patch)
treeedd44921231282372d91486361897e90883f24bb /usr.bin/ssh/ssh-keysign
parentworkaround a hardware bug by fixing the pci config space command register (diff)
downloadwireguard-openbsd-46b8043eb2ad75f0854bbac5a4727c881a727383.tar.xz
wireguard-openbsd-46b8043eb2ad75f0854bbac5a4727c881a727383.zip
Keep track of number of bytes read and written. Needed for upcoming
changes. Most code from Martin Forssen, maf at appgate dot com. ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-keysign')
-rw-r--r--usr.bin/ssh/ssh-keysign/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign/Makefile b/usr.bin/ssh/ssh-keysign/Makefile
index 19bd9b50192..5ef23ca1e5b 100644
--- a/usr.bin/ssh/ssh-keysign/Makefile
+++ b/usr.bin/ssh/ssh-keysign/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2002/07/03 14:21:05 markus Exp $
+# $OpenBSD: Makefile,v 1.6 2009/05/28 16:50:16 andreas Exp $
.PATH: ${.CURDIR}/..
@@ -10,7 +10,7 @@ BINMODE?=4555
BINDIR= /usr/libexec
MAN= ssh-keysign.8
-SRCS= ssh-keysign.c readconf.c
+SRCS= ssh-keysign.c readconf.c roaming_dummy.c
.include <bsd.prog.mk>