[BACK]Return to ssh-keysign.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/ssh-keysign.c between version 1.16 and 1.17

version 1.16, 2019/01/27 02:08:33 version 1.17, 2019/04/20 17:16:40
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
 /* $OpenBSD: ssh-keysign.c,v 1.55 2018/07/27 05:34:42 dtucker Exp $ */  /* $OpenBSD: ssh-keysign.c,v 1.56 2018/11/23 05:08:07 djm Exp $ */
   
 /*  /*
  * Copyright (c) 2002 Markus Friedl.  All rights reserved.   * Copyright (c) 2002 Markus Friedl.  All rights reserved.
  *   *
Line 203  main(int argc, char **argv)
Line 202  main(int argc, char **argv)
   
         /* 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, pw, "", "", &options, 0);          (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "",
               &options, 0, NULL);
         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.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>