[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.9 and 1.10

version 1.9, 1999/10/07 21:45:02 version 1.10, 1999/10/11 20:00:36
Line 265 
Line 265 
 /* Performs the RSA authentication dialog with the client.  This returns  /* Performs the RSA authentication dialog with the client.  This returns
    0 if the client could not be authenticated, and 1 if authentication was     0 if the client could not be authenticated, and 1 if authentication was
    successful.  This may exit if there is a serious protocol violation. */     successful.  This may exit if there is a serious protocol violation. */
 int auth_rsa(struct passwd *pw, BIGNUM *client_n);  int auth_rsa(struct passwd *pw, BIGNUM *client_n, int strict_modes);
   
 /* Parses an RSA key (number of bits, e, n) from a string.  Moves the pointer  /* Parses an RSA key (number of bits, e, n) from a string.  Moves the pointer
    over the key.  Skips any whitespace at the beginning and at end. */     over the key.  Skips any whitespace at the beginning and at end. */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10