[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.141 and 1.142

version 1.141, 2019/11/25 00:52:46 version 1.142, 2019/12/15 18:57:30
Line 213 
Line 213 
         int     fingerprint_hash;          int     fingerprint_hash;
         int     expose_userauth_info;          int     expose_userauth_info;
         u_int64_t timing_secret;          u_int64_t timing_secret;
           char   *sk_provider;
 }       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.141  
changed lines
  Added in v.1.142