[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.1 and 1.2

version 1.1, 2000/12/04 19:24:02 version 1.2, 2000/12/06 19:57:48
Line 11 
Line 11 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include <sys/queue.h>  #include <sys/queue.h>
 #include <err.h>  
 #include <errno.h>  #include <errno.h>
   
 #include <ssl/bn.h>  #include <ssl/bn.h>
Line 524 
Line 523 
                                         fname = argv[argno++];                                          fname = argv[argno++];
                                 if (!strcmp(fname, "-"))                                  if (!strcmp(fname, "-"))
                                         fname = NULL;                                          fname = NULL;
                                 lb = Linebuf_alloc(fname, warn);                                  lb = Linebuf_alloc(fname, error);
                         } else                          } else
                                 error("ignoring invalid/misplaced option `%s'", argv[argno++]);                                  error("ignoring invalid/misplaced option `%s'", argv[argno++]);
                 } else {                  } else {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2