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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.53 and 1.54

version 1.53, 2000/01/18 09:42:17 version 1.54, 2000/02/05 10:13:11
Line 885 
Line 885 
                 log("WARNING: Encryption is disabled! "                  log("WARNING: Encryption is disabled! "
                     "Reponse will be transmitted in clear text.");                      "Reponse will be transmitted in clear text.");
         fprintf(stderr, "%s\n", challenge);          fprintf(stderr, "%s\n", challenge);
           xfree(challenge);
         fflush(stderr);          fflush(stderr);
         for (i = 0; i < options.number_of_password_prompts; i++) {          for (i = 0; i < options.number_of_password_prompts; i++) {
                 if (i != 0)                  if (i != 0)

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54