[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.12 and 1.13

version 1.12, 2000/12/03 11:15:03 version 1.13, 2000/12/06 22:58:15
Line 37 
Line 37 
 #define SSH_BUG_X11FWD          0x08  #define SSH_BUG_X11FWD          0x08
 #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
   
 void    enable_compat13(void);  void    enable_compat13(void);
 void    enable_compat20(void);  void    enable_compat20(void);

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