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

Diff for /src/usr.bin/ssh/servconf.h between version 1.114 and 1.115

version 1.114, 2014/07/15 15:54:14 version 1.115, 2014/12/21 22:27:56
Line 183 
Line 183 
   
         u_int   num_auth_methods;          u_int   num_auth_methods;
         char   *auth_methods[MAX_AUTH_METHODS];          char   *auth_methods[MAX_AUTH_METHODS];
   
           int     fingerprint_hash;
 }       ServerOptions;  }       ServerOptions;
   
 /* Information about the incoming connection as used by Match */  /* Information about the incoming connection as used by Match */

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115