summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2010-02-11 20:37:47 +0000
committerdjm <djm@openbsd.org>2010-02-11 20:37:47 +0000
commit3f022fa333715749a8767d91cfe83fd12fd8d9a6 (patch)
treec33567653b4e27c61cd562171bf78c7274f6a3d7
parentdefault to no pckbc and no legacy hardware; ok miod@ (diff)
downloadwireguard-openbsd-3f022fa333715749a8767d91cfe83fd12fd8d9a6.tar.xz
wireguard-openbsd-3f022fa333715749a8767d91cfe83fd12fd8d9a6.zip
correct comment
-rw-r--r--usr.bin/ssh/pathnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/pathnames.h b/usr.bin/ssh/pathnames.h
index cb5ed861728..22ff457776c 100644
--- a/usr.bin/ssh/pathnames.h
+++ b/usr.bin/ssh/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.18 2010/02/08 10:50:20 markus Exp $ */
+/* $OpenBSD: pathnames.h,v 1.19 2010/02/11 20:37:47 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -113,7 +113,7 @@
/* Location of ssh-keysign for hostbased authentication */
#define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign"
-/* Location of ssh-keysign for hostbased authentication */
+/* Location of ssh-pkcs11-helper to support keys in tokens */
#define _PATH_SSH_PKCS11_HELPER "/usr/libexec/ssh-pkcs11-helper"
/* xauth for X11 forwarding */