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

Diff for /src/usr.bin/ssh/readconf.h between version 1.30 and 1.31

version 1.30, 2001/04/17 10:53:25 version 1.31, 2001/04/30 11:18:52
Line 85 
Line 85 
         char   *system_hostfile2;          char   *system_hostfile2;
         char   *user_hostfile2;          char   *user_hostfile2;
         char   *preferred_authentications;          char   *preferred_authentications;
           char   *bind_address;   /* local socket address for connection to sshd */
   
         int     num_identity_files;     /* Number of files for RSA/DSA identities. */          int     num_identity_files;     /* Number of files for RSA/DSA identities. */
         char   *identity_files[SSH_MAX_IDENTITY_FILES];          char   *identity_files[SSH_MAX_IDENTITY_FILES];

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31