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

Diff for /src/usr.bin/ssh/ssh.c between version 1.497 and 1.498

version 1.497, 2018/12/27 03:25:25 version 1.498, 2019/01/19 21:31:32
Line 102 
Line 102 
 #include "ssh-pkcs11.h"  #include "ssh-pkcs11.h"
 #endif  #endif
   
   #include "opacket.h" /* XXX */
   extern struct ssh *active_state; /* XXX move here */
   
 extern char *__progname;  extern char *__progname;
   
 /* Flag indicating whether debug mode is on.  May be set on the command line. */  /* Flag indicating whether debug mode is on.  May be set on the command line. */

Legend:
Removed from v.1.497  
changed lines
  Added in v.1.498