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

Diff for /src/usr.bin/ssh/ssh-keysign.c between version 1.11 and 1.12

version 1.11, 2003/04/02 14:36:26 version 1.12, 2003/05/16 03:27:12
Line 42 
Line 42 
 #include "pathnames.h"  #include "pathnames.h"
 #include "readconf.h"  #include "readconf.h"
   
 uid_t original_real_uid;        /* XXX readconf.c needs this */  /* XXX readconf.c needs these */
   uid_t original_real_uid;
   int IPv4or6;
   
 static int  static int
 valid_request(struct passwd *pw, char *host, Key **ret, u_char *data,  valid_request(struct passwd *pw, char *host, Key **ret, u_char *data,

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