[BACK]Return to ssh.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.h between version 1.84 and 1.85

version 1.84, 2017/04/30 23:18:44 version 1.85, 2017/04/30 23:28:12
Line 47 
Line 47 
 #define PROTOCOL_MAJOR_1        1  #define PROTOCOL_MAJOR_1        1
 #define PROTOCOL_MINOR_1        5  #define PROTOCOL_MINOR_1        5
   
 /* We support both SSH1 and SSH2 */  /* We support both SSH2 */
 #define PROTOCOL_MAJOR_2        2  #define PROTOCOL_MAJOR_2        2
 #define PROTOCOL_MINOR_2        0  #define PROTOCOL_MINOR_2        0
   

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85