[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.88 and 1.89

version 1.88, 2021/01/26 00:49:30 version 1.89, 2021/01/26 00:51:30
Line 61 
Line 61 
 #include "hmac.h"  #include "hmac.h"
 #include "sshbuf.h"  #include "sshbuf.h"
   
 struct hostkeys {  
         struct hostkey_entry *entries;  
         u_int num_entries;  
 };  
   
 /* XXX hmac is too easy to dictionary attack; use bcrypt? */  /* XXX hmac is too easy to dictionary attack; use bcrypt? */
   
 static int  static int

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89