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)
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 8526aa116..aaf74d875 100644
--- a/ssh.h
+++ b/ssh.h
@@ -13,7 +13,7 @@ Generic header file for ssh.
13 13
14*/ 14*/
15 15
16/* RCSID("$Id: ssh.h,v 1.4 1999/10/28 23:18:29 damien Exp $"); */ 16/* RCSID("$Id: ssh.h,v 1.5 1999/10/29 00:21:15 damien Exp $"); */
17 17
18#ifndef SSH_H 18#ifndef SSH_H
19#define SSH_H 19#define SSH_H
@@ -137,6 +137,10 @@ only by root, whereas ssh_config should be world-readable. */
137 authentication socket. */ 137 authentication socket. */
138#define SSH_AUTHSOCKET_ENV_NAME "SSH_AUTH_SOCK" 138#define SSH_AUTHSOCKET_ENV_NAME "SSH_AUTH_SOCK"
139 139
140/* Name of the environment variable containing the pathname of the
141 authentication socket. */
142#define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID"
143
140/* Force host key length and server key length to differ by at least this 144/* Force host key length and server key length to differ by at least this
141 many bits. This is to make double encryption with rsaref work. */ 145 many bits. This is to make double encryption with rsaref work. */
142#define SSH_KEY_BITS_RESERVED 128 146#define SSH_KEY_BITS_RESERVED 128