[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.15 and 1.16

version 1.15, 2004/01/19 21:25:15 version 1.16, 2004/04/18 23:10:26
Line 158 
Line 158 
         /* verify that ssh-keysign is enabled by the admin */          /* verify that ssh-keysign is enabled by the admin */
         original_real_uid = getuid();   /* XXX readconf.c needs this */          original_real_uid = getuid();   /* XXX readconf.c needs this */
         initialize_options(&options);          initialize_options(&options);
         (void)read_config_file(_PATH_HOST_CONFIG_FILE, "", &options);          (void)read_config_file(_PATH_HOST_CONFIG_FILE, "", &options, 0);
         fill_default_options(&options);          fill_default_options(&options);
         if (options.enable_ssh_keysign != 1)          if (options.enable_ssh_keysign != 1)
                 fatal("ssh-keysign not enabled in %s",                  fatal("ssh-keysign not enabled in %s",

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16