[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.276 and 1.277

version 1.276, 2017/04/30 23:13:25 version 1.277, 2017/04/30 23:18:44
Line 1341 
Line 1341 
 show_other_keys(struct hostkeys *hostkeys, Key *key)  show_other_keys(struct hostkeys *hostkeys, Key *key)
 {  {
         int type[] = {          int type[] = {
                 KEY_RSA1,  
                 KEY_RSA,                  KEY_RSA,
                 KEY_DSA,                  KEY_DSA,
                 KEY_ECDSA,                  KEY_ECDSA,

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.277