diff options
author | Colin Watson <cjwatson@debian.org> | 2010-03-31 00:48:57 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-03-31 00:48:57 +0100 |
commit | d1a87e462e1db89f19cd960588d0c6b287cb5ccc (patch) | |
tree | f0d13e1687800f36a3c4322b94ac5230ad17bdbf /pathnames.h | |
parent | 964476f91b66c475d5b8fa1e8b28d39a97a1b56e (diff) | |
parent | 004a7fb9c6a00b13dc98f56599918a54a3506d10 (diff) |
merge 5.4p1
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h index 80c5d9cbb..9e50950fe 100644 --- a/pathnames.h +++ b/pathnames.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pathnames.h,v 1.17 2008/12/29 02:23:26 stevesk Exp $ */ | 1 | /* $OpenBSD: pathnames.h,v 1.19 2010/02/11 20:37:47 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -125,6 +125,11 @@ | |||
125 | #define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" | 125 | #define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" |
126 | #endif | 126 | #endif |
127 | 127 | ||
128 | /* Location of ssh-pkcs11-helper to support keys in tokens */ | ||
129 | #ifndef _PATH_SSH_PKCS11_HELPER | ||
130 | #define _PATH_SSH_PKCS11_HELPER "/usr/libexec/ssh-pkcs11-helper" | ||
131 | #endif | ||
132 | |||
128 | /* xauth for X11 forwarding */ | 133 | /* xauth for X11 forwarding */ |
129 | #ifndef _PATH_XAUTH | 134 | #ifndef _PATH_XAUTH |
130 | #define _PATH_XAUTH "/usr/X11R6/bin/xauth" | 135 | #define _PATH_XAUTH "/usr/X11R6/bin/xauth" |