[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.87 and 1.88

version 1.87, 2020/12/20 23:36:51 version 1.88, 2021/01/26 00:49:30
Line 59 
Line 59 
 #include "ssherr.h"  #include "ssherr.h"
 #include "digest.h"  #include "digest.h"
 #include "hmac.h"  #include "hmac.h"
   #include "sshbuf.h"
   
 struct hostkeys {  struct hostkeys {
         struct hostkey_entry *entries;          struct hostkey_entry *entries;

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