[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.7.2.1 and 1.7.2.2

version 1.7.2.1, 2003/04/01 00:12:14 version 1.7.2.2, 2003/09/16 21:20:28
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;
   
 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,
     u_int datalen)      u_int datalen)
 {  {
         Buffer b;          Buffer b;
         Key *key;          Key *key = NULL;
         u_char *pkblob;          u_char *pkblob;
         u_int blen, len;          u_int blen, len;
         char *pkalg, *p;          char *pkalg, *p;

Legend:
Removed from v.1.7.2.1  
changed lines
  Added in v.1.7.2.2