[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.24 and 1.25

version 1.24, 2001/04/29 19:16:52 version 1.25, 2001/04/30 15:50:46
Line 49 
Line 49 
 #define SSH_BUG_NOREKEY         0x00008000  #define SSH_BUG_NOREKEY         0x00008000
 #define SSH_BUG_HBSERVICE       0x00010000  #define SSH_BUG_HBSERVICE       0x00010000
 #define SSH_BUG_OPENFAILURE     0x00020000  #define SSH_BUG_OPENFAILURE     0x00020000
   #define SSH_BUG_DERIVEKEY       0x00040000
   
 void    enable_compat13(void);  void    enable_compat13(void);
 void    enable_compat20(void);  void    enable_compat20(void);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25