[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.10 and 1.11

version 1.10, 2001/01/19 15:55:11 version 1.11, 2001/01/21 19:05:57
Line 14 
Line 14 
 #include <errno.h>  #include <errno.h>
   
 #include <openssl/bn.h>  #include <openssl/bn.h>
 #include <openssl/rsa.h>  
 #include <openssl/dsa.h>  
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "ssh.h"  #include "ssh.h"
Line 23 
Line 21 
 #include "key.h"  #include "key.h"
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  #include "bufaux.h"
   #include "log.h"
   
 static int argno = 1;           /* Number of argument currently being parsed */  static int argno = 1;           /* Number of argument currently being parsed */
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11