summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-07 14:54:53 +1100
committerDamien Miller <djm@mindrot.org>1999-12-07 14:54:53 +1100
commit3bc14dde057f5d1faee1df1d29a6520063102b77 (patch)
tree8e3801208b4211c294d5b12faaac0391a3ac1b5e /ssh.h
parent0c078c663312a31045b5a59196610e086bc8b4b2 (diff)
Fixed default SSH_ASKPASS
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh.h b/ssh.h
index 961c82a25..0b66264f6 100644
--- a/ssh.h
+++ b/ssh.h
@@ -13,7 +13,7 @@
13 * 13 *
14 */ 14 */
15 15
16/* RCSID("$Id: ssh.h,v 1.17 1999/12/06 00:47:29 damien Exp $"); */ 16/* RCSID("$Id: ssh.h,v 1.18 1999/12/07 03:54:53 damien Exp $"); */
17 17
18#ifndef SSH_H 18#ifndef SSH_H
19#define SSH_H 19#define SSH_H
@@ -173,7 +173,9 @@
173 * Default path to ssh-askpass used by ssh-add, 173 * Default path to ssh-askpass used by ssh-add,
174 * environment variable for overwriting the default location 174 * environment variable for overwriting the default location
175 */ 175 */
176#define SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass" 176#ifndef SSH_ASKPASS_DEFAULT
177# define SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"
178#endif
177#define SSH_ASKPASS_ENV "SSH_ASKPASS" 179#define SSH_ASKPASS_ENV "SSH_ASKPASS"
178 180
179/* 181/*