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

Diff for /src/usr.bin/ssh/compat.c between version 1.102 and 1.103

version 1.102, 2017/04/30 23:11:45 version 1.103, 2017/04/30 23:13:25
Line 37 
Line 37 
 #include "match.h"  #include "match.h"
 #include "kex.h"  #include "kex.h"
   
 int compat13 = 0;  
 int compat20 = 0;  
 int datafellows = 0;  int datafellows = 0;
   
 void  
 enable_compat20(void)  
 {  
         if (compat20)  
                 return;  
         debug("Enabling compatibility mode for protocol 2.0");  
         compat20 = 1;  
 }  
 void  
 enable_compat13(void)  
 {  
         debug("Enabling compatibility mode for protocol 1.3");  
         compat13 = 1;  
 }  
 /* datafellows bug compatibility */  /* datafellows bug compatibility */
 u_int  u_int
 compat_datafellows(const char *version)  compat_datafellows(const char *version)

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103