[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.13.2.1 and 1.13.2.2

version 1.13.2.1, 2004/02/28 03:51:34 version 1.13.2.2, 2004/08/19 22:37:32
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.13.2.1  
changed lines
  Added in v.1.13.2.2