[BACK]Return to auth-rsa.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.22 and 1.23

version 1.22, 2000/04/26 20:48:42 version 1.23, 2000/04/29 18:11:51
Line 256 
Line 256 
   
                 /* We have found the desired key. */                  /* We have found the desired key. */
   
   
                 /* Perform the challenge-response dialog for this key. */                  /* Perform the challenge-response dialog for this key. */
                 if (!auth_rsa_challenge_dialog(pk)) {                  if (!auth_rsa_challenge_dialog(pk)) {
                         /* Wrong response. */                          /* Wrong response. */

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23