summaryrefslogtreecommitdiff
path: root/ssh-keysign.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r--ssh-keysign.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c
index 8f487b8c5..7ea5ad0e9 100644
--- a/ssh-keysign.c
+++ b/ssh-keysign.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keysign.c,v 1.55 2018/07/27 05:34:42 dtucker Exp $ */ 1/* $OpenBSD: ssh-keysign.c,v 1.56 2018/11/23 05:08:07 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 2002 Markus Friedl. All rights reserved.
4 * 4 *
@@ -208,7 +208,8 @@ main(int argc, char **argv)
208 208
209 /* verify that ssh-keysign is enabled by the admin */ 209 /* verify that ssh-keysign is enabled by the admin */
210 initialize_options(&options); 210 initialize_options(&options);
211 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "", &options, 0); 211 (void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "",
212 &options, 0, NULL);
212 fill_default_options(&options); 213 fill_default_options(&options);
213 if (options.enable_ssh_keysign != 1) 214 if (options.enable_ssh_keysign != 1)
214 fatal("ssh-keysign not enabled in %s", 215 fatal("ssh-keysign not enabled in %s",