[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.18 and 1.19

version 1.18, 1999/11/10 23:36:44 version 1.19, 1999/11/11 22:58:38
Line 317 
Line 317 
    its host key.  Returns true if authentication succeeds. */     its host key.  Returns true if authentication succeeds. */
 int auth_rhosts_rsa(struct passwd *pw, const char *client_user,  int auth_rhosts_rsa(struct passwd *pw, const char *client_user,
                     unsigned int bits, BIGNUM *client_host_key_e,                      unsigned int bits, BIGNUM *client_host_key_e,
                     BIGNUM *client_host_key_n, int ignore_rhosts,                      BIGNUM *client_host_key_n);
                     int strict_modes);  
   
 /* Tries to authenticate the user using password.  Returns true if  /* Tries to authenticate the user using password.  Returns true if
    authentication succeeds. */     authentication succeeds. */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19