[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.71.2.1 and 1.72

version 1.71.2.1, 2003/09/16 21:20:28 version 1.72, 2003/06/28 16:23:06
Line 79 
Line 79 
  */   */
 #define SSH_SESSION_KEY_LENGTH          32  #define SSH_SESSION_KEY_LENGTH          32
   
   /* Name of Kerberos service for SSH to use. */
   #define KRB4_SERVICE_NAME               "rcmd"
   
 /* Used to identify ``EscapeChar none'' */  /* Used to identify ``EscapeChar none'' */
 #define SSH_ESCAPECHAR_NONE             -2  #define SSH_ESCAPECHAR_NONE             -2
   
Line 93 
Line 96 
 #define SSH_RSA_MINIMUM_MODULUS_SIZE    768  #define SSH_RSA_MINIMUM_MODULUS_SIZE    768
   
 #endif                          /* SSH_H */  #endif                          /* SSH_H */
   

Legend:
Removed from v.1.71.2.1  
changed lines
  Added in v.1.72