[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.224 and 1.225

version 1.224, 2010/04/16 21:14:27 version 1.225, 2010/08/31 11:54:45
Line 1160 
Line 1160 
 static int  static int
 show_other_keys(const char *host, Key *key)  show_other_keys(const char *host, Key *key)
 {  {
         int type[] = { KEY_RSA1, KEY_RSA, KEY_DSA, -1};          int type[] = { KEY_RSA1, KEY_RSA, KEY_DSA, KEY_ECDSA, -1};
         int i, found = 0;          int i, found = 0;
   
         for (i = 0; type[i] != -1; i++) {          for (i = 0; type[i] != -1; i++) {

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225