[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.47 and 1.48

version 1.47, 2015/04/10 05:16:50 version 1.48, 2015/05/26 23:23:40
Line 61 
Line 61 
 #define SSH_BUG_DYNAMIC_RPORT   0x08000000  #define SSH_BUG_DYNAMIC_RPORT   0x08000000
 #define SSH_BUG_CURVE25519PAD   0x10000000  #define SSH_BUG_CURVE25519PAD   0x10000000
 #define SSH_BUG_HOSTKEYS        0x20000000  #define SSH_BUG_HOSTKEYS        0x20000000
   #define SSH_BUG_DHGEX_LARGE     0x40000000
   
 void     enable_compat13(void);  void     enable_compat13(void);
 void     enable_compat20(void);  void     enable_compat20(void);

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48