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

Diff for /src/usr.bin/ssh/Attic/auth-rh-rsa.c between version 1.34 and 1.35

version 1.34, 2002/03/25 09:25:06 version 1.35, 2003/04/08 20:21:28
Line 75 
Line 75 
   
         /* Perform the challenge-response dialog with the client for the host key. */          /* Perform the challenge-response dialog with the client for the host key. */
         if (!auth_rsa_challenge_dialog(client_host_key)) {          if (!auth_rsa_challenge_dialog(client_host_key)) {
                 log("Client on %.800s failed to respond correctly to host authentication.",                  logit("Client on %.800s failed to respond correctly to host authentication.",
                     chost);                      chost);
                 return 0;                  return 0;
         }          }

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35