[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.81 and 1.82

version 1.81, 2015/08/04 05:23:06 version 1.82, 2015/09/24 06:15:11
Line 19 
Line 19 
 #define SSH_DEFAULT_PORT        22  #define SSH_DEFAULT_PORT        22
   
 /*  /*
    * Maximum number of certificate files that can be specified
    * in configuration files or on the command line.
    */
   #define SSH_MAX_CERTIFICATE_FILES       100
   
   /*
  * Maximum number of RSA authentication identity files that can be specified   * Maximum number of RSA authentication identity files that can be specified
  * in configuration files or on the command line.   * in configuration files or on the command line.
  */   */

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82