[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.10 and 1.11

version 1.10, 2000/09/07 20:27:50 version 1.11, 2000/10/14 12:16:56
Line 35 
Line 35 
 #define SSH_BUG_PUBKEYAUTH      0x02  #define SSH_BUG_PUBKEYAUTH      0x02
 #define SSH_BUG_HMAC            0x04  #define SSH_BUG_HMAC            0x04
 #define SSH_BUG_X11FWD          0x08  #define SSH_BUG_X11FWD          0x08
 #define SSH_COMPAT_SESSIONID_ENCODING           0x10  #define SSH_OLD_SESSIONID       0x10
   
 void    enable_compat13(void);  void    enable_compat13(void);
 void    enable_compat20(void);  void    enable_compat20(void);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11