[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.156 and 1.157

version 1.156, 2022/03/18 04:04:11 version 1.157, 2022/09/17 10:34:29
Line 227 
Line 227 
         int     expose_userauth_info;          int     expose_userauth_info;
         u_int64_t timing_secret;          u_int64_t timing_secret;
         char   *sk_provider;          char   *sk_provider;
           int     required_rsa_size;      /* minimum size of RSA keys */
 }       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.156  
changed lines
  Added in v.1.157