[BACK]Return to ssh.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.h between version 1.14 and 1.15

version 1.14, 1999/10/25 20:41:55 version 1.15, 1999/10/28 08:43:10
Line 120 
Line 120 
    authentication socket. */     authentication socket. */
 #define SSH_AUTHSOCKET_ENV_NAME "SSH_AUTH_SOCK"  #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  /* 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. */     many bits.  This is to make double encryption with rsaref work. */
 #define SSH_KEY_BITS_RESERVED           128  #define SSH_KEY_BITS_RESERVED           128

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15