[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.313 and 1.314

version 1.313, 2019/11/13 05:42:26 version 1.314, 2019/11/14 21:27:29
Line 2114 
Line 2114 
         if (options->update_hostkeys == -1)          if (options->update_hostkeys == -1)
                 options->update_hostkeys = 0;                  options->update_hostkeys = 0;
         if (options->sk_provider == NULL)          if (options->sk_provider == NULL)
                 options->sk_provider = xstrdup("$SSH_SK_PROVIDER");                  options->sk_provider = xstrdup("internal");
   
         /* Expand KEX name lists */          /* Expand KEX name lists */
         all_cipher = cipher_alg_list(',', 0);          all_cipher = cipher_alg_list(',', 0);

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314