[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.9 and 1.10

version 1.9, 1999/09/29 18:16:20 version 1.10, 1999/09/29 18:27:23
Line 75 
Line 75 
 /* Host private key. */  /* Host private key. */
 RSA *host_private_key = NULL;  RSA *host_private_key = NULL;
   
   /* Original real UID. */
   uid_t original_real_uid;
   
 /* Prints a help message to the user.  This function never returns. */  /* Prints a help message to the user.  This function never returns. */
   
Line 179 
Line 181 
   struct stat st;    struct stat st;
   struct passwd *pw, pwcopy;    struct passwd *pw, pwcopy;
   int interactive = 0, dummy;    int interactive = 0, dummy;
   static uid_t original_real_uid;  
   uid_t original_effective_uid;    uid_t original_effective_uid;
   int plen;    int plen;
   

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