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

Diff for /src/usr.bin/ssh/hostfile.c between version 1.57 and 1.58

version 1.57, 2014/06/24 01:13:21 version 1.58, 2014/10/20 03:43:01
Line 326 
Line 326 
         debug3("%s: loaded %lu keys", __func__, num_loaded);          debug3("%s: loaded %lu keys", __func__, num_loaded);
         fclose(f);          fclose(f);
         return;          return;
 }  }
   
 void  void
 free_hostkeys(struct hostkeys *hostkeys)  free_hostkeys(struct hostkeys *hostkeys)
Line 436 
Line 436 
         }          }
         return end_return;          return end_return;
 }  }
   
 HostStatus  HostStatus
 check_key_in_hostkeys(struct hostkeys *hostkeys, Key *key,  check_key_in_hostkeys(struct hostkeys *hostkeys, Key *key,
     const struct hostkey_entry **found)      const struct hostkey_entry **found)

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58