[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.37 and 1.38

version 1.37, 2013/05/17 00:13:14 version 1.38, 2013/10/14 22:22:04
Line 179 
Line 179 
   
         /* verify that ssh-keysign is enabled by the admin */          /* verify that ssh-keysign is enabled by the admin */
         initialize_options(&options);          initialize_options(&options);
         (void)read_config_file(_PATH_HOST_CONFIG_FILE, "", &options, 0);          (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", &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.37  
changed lines
  Added in v.1.38