summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/pathnames.h')
-rw-r--r--crypto/openssh/pathnames.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/crypto/openssh/pathnames.h b/crypto/openssh/pathnames.h
index bc4f66a..0bb0c06 100644
--- a/crypto/openssh/pathnames.h
+++ b/crypto/openssh/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.17 2008/12/29 02:23:26 stevesk Exp $ */
+/* $OpenBSD: pathnames.h,v 1.19 2010/02/11 20:37:47 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -125,6 +125,11 @@
#define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign"
#endif
+/* Location of ssh-pkcs11-helper to support keys in tokens */
+#ifndef _PATH_SSH_PKCS11_HELPER
+#define _PATH_SSH_PKCS11_HELPER "/usr/libexec/ssh-pkcs11-helper"
+#endif
+
/* xauth for X11 forwarding */
#ifndef _PATH_XAUTH
#define _PATH_XAUTH "/usr/local/bin/xauth"
OpenPOWER on IntegriCloud