]> andersk Git - openssh.git/blobdiff - ssh.h
- Autodetection of SSL/Crypto library location via autoconf
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 57b0875b40851c64ddc4cc9104c6b5916dad1cbb..5a5bab8295200ddcbebfb5499b13bfc587632933 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -93,6 +93,10 @@ only by root, whereas ssh_config should be world-readable. */
 #define LOGIN_PROGRAM  "/usr/bin/login"
 #endif /* LOGIN_PROGRAM */
 
+#ifndef ASKPASS_PROGRAM
+#define ASKPASS_PROGRAM        "/usr/lib/ssh/ssh-askpass"
+#endif /* ASKPASS_PROGRAM */
+
 /* The process id of the daemon listening for connections is saved
    here to make it easier to kill the correct daemon when necessary. */
 #define SSH_DAEMON_PID_FILE    PIDDIR "/sshd.pid"
This page took 0.032625 seconds and 4 git commands to generate.