[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.322 and 1.323

version 1.322, 2020/01/23 10:24:29 version 1.323, 2020/01/25 00:22:31
Line 2155 
Line 2155 
         if (options->fingerprint_hash == -1)          if (options->fingerprint_hash == -1)
                 options->fingerprint_hash = SSH_FP_HASH_DEFAULT;                  options->fingerprint_hash = SSH_FP_HASH_DEFAULT;
         if (options->update_hostkeys == -1)          if (options->update_hostkeys == -1)
                 options->update_hostkeys = 0;                  options->update_hostkeys = SSH_UPDATE_HOSTKEYS_ASK;
         if (options->sk_provider == NULL)          if (options->sk_provider == NULL)
                 options->sk_provider = xstrdup("internal");                  options->sk_provider = xstrdup("internal");
   

Legend:
Removed from v.1.322  
changed lines
  Added in v.1.323