From 5eeedae9fec512d9c41a09cec2564c0446fbda97 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 29 Oct 1999 10:21:15 +1000 Subject: make install patch Picked up lost bit of OpenBSD update to ssh.h Fix compile warning in new pam_env stuff --- ssh.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ssh.h') 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. */ -/* 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 -- cgit v1.2.3