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

Diff for /src/usr.bin/ssh/Attic/sshconnect1.c between version 1.49 and 1.49.2.2

version 1.49, 2002/03/14 15:24:27 version 1.49.2.2, 2002/05/18 04:50:38
Line 845 
Line 845 
                         error("Permission denied, please try again.");                          error("Permission denied, please try again.");
                 if (options.cipher == SSH_CIPHER_NONE)                  if (options.cipher == SSH_CIPHER_NONE)
                         log("WARNING: Encryption is disabled! "                          log("WARNING: Encryption is disabled! "
                             "Reponse will be transmitted in clear text.");                              "Response will be transmitted in clear text.");
                 response = read_passphrase(prompt, 0);                  response = read_passphrase(prompt, 0);
                 if (strcmp(response, "") == 0) {                  if (strcmp(response, "") == 0) {
                         xfree(response);                          xfree(response);

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.49.2.2