[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.499 and 1.500

version 1.499, 2019/01/19 21:36:06 version 1.500, 2019/01/19 21:43:56
Line 102 
Line 102 
 #include "ssh-pkcs11.h"  #include "ssh-pkcs11.h"
 #endif  #endif
   
 extern struct ssh *active_state; /* XXX remove after sshconnect2.c updated */  
   
 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. */
Line 626 
Line 624 
          */           */
         if ((ssh = ssh_alloc_session_state()) == NULL)          if ((ssh = ssh_alloc_session_state()) == NULL)
                 fatal("Couldn't allocate session state");                  fatal("Couldn't allocate session state");
         active_state = ssh; /* XXX */  
         channel_init_channels(ssh);          channel_init_channels(ssh);
   
         /* Parse command-line arguments. */          /* Parse command-line arguments. */

Legend:
Removed from v.1.499  
changed lines
  Added in v.1.500