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

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

version 1.13, 2000/12/06 22:58:15 version 1.14, 2001/01/08 22:29:05
Line 38 
Line 38 
 #define SSH_OLD_SESSIONID       0x10  #define SSH_OLD_SESSIONID       0x10
 #define SSH_BUG_PKAUTH          0x20  #define SSH_BUG_PKAUTH          0x20
 #define SSH_BUG_DEBUG           0x40  #define SSH_BUG_DEBUG           0x40
   #define SSH_BUG_BANNER          0x80
   
 void    enable_compat13(void);  void    enable_compat13(void);
 void    enable_compat20(void);  void    enable_compat20(void);

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