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

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

version 1.57, 2005/10/30 04:01:03 version 1.58, 2006/02/07 01:18:09
Line 10 
Line 10 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include <sys/queue.h>  #include <sys/queue.h>
   
 #include <errno.h>  #include <errno.h>
   #include <setjmp.h>
   
 #include <openssl/bn.h>  #include <openssl/bn.h>
   
 #include <setjmp.h>  
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "ssh.h"  #include "ssh.h"
 #include "ssh1.h"  #include "ssh1.h"

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