[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.7 and 1.8

version 1.7, 2000/05/08 17:42:24 version 1.8, 2000/06/19 00:50:11
Line 40 
Line 40 
 #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
   
 void    enable_compat13(void);  void    enable_compat13(void);
 void    enable_compat20(void);  void    enable_compat20(void);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8