]> andersk Git - openssh.git/blobdiff - ssh.h
Fix off by one error in PAM env patch
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index e619b0eb176a94af72d16bff56220cb3219f359a..bd1b760461e13b5cd92048eb310cfb7d26134c32 100644 (file)
--- a/ssh.h
+++ b/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
This page took 0.070976 seconds and 4 git commands to generate.