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

Diff for /src/usr.bin/ssh/readconf.c between version 1.27 and 1.28

version 1.27, 2000/04/26 20:56:29 version 1.28, 2000/04/26 22:43:14
Line 738 
Line 738 
         if (options->cipher == -1)          if (options->cipher == -1)
                 options->cipher = SSH_CIPHER_NOT_SET;                  options->cipher = SSH_CIPHER_NOT_SET;
         if (options->protocol == SSH_PROTO_UNKNOWN)          if (options->protocol == SSH_PROTO_UNKNOWN)
                 options->protocol = SSH_PROTO_1;                  options->protocol = SSH_PROTO_1|SSH_PROTO_2|SSH_PROTO_1_PREFERRED;
         if (options->num_identity_files == 0) {          if (options->num_identity_files == 0) {
                 options->identity_files[0] =                  options->identity_files[0] =
                         xmalloc(2 + strlen(SSH_CLIENT_IDENTITY) + 1);                          xmalloc(2 + strlen(SSH_CLIENT_IDENTITY) + 1);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28