summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-29 10:21:15 +1000
committerDamien Miller <djm@mindrot.org>1999-10-29 10:21:15 +1000
commit5eeedae9fec512d9c41a09cec2564c0446fbda97 (patch)
treed69112a9c7f6b6ace4eebb198f1877c5bb00f93d /ssh.h
parent9438816a5c561fe74a61773aee386cd1deb05ad2 (diff)
downloadopenssh-git-5eeedae9fec512d9c41a09cec2564c0446fbda97.tar.gz
make install patch
Picked up lost bit of OpenBSD update to ssh.h Fix compile warning in new pam_env stuff
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index 8526aa11..aaf74d87 100644
--- a/ssh.h
+++ b/ssh.h
@@ -13,7 +13,7 @@ Generic header file for ssh.
*/
-/* RCSID("$Id: ssh.h,v 1.4 1999/10/28 23:18:29 damien Exp $"); */
+/* RCSID("$Id: ssh.h,v 1.5 1999/10/29 00:21:15 damien Exp $"); */
#ifndef SSH_H
#define SSH_H
@@ -137,6 +137,10 @@ only by root, whereas ssh_config should be world-readable. */
authentication socket. */
#define SSH_AUTHSOCKET_ENV_NAME "SSH_AUTH_SOCK"
+/* Name of the environment variable containing the pathname of the
+ authentication socket. */
+#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID"
+
/* Force host key length and server key length to differ by at least this
many bits. This is to make double encryption with rsaref work. */
#define SSH_KEY_BITS_RESERVED 128