summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2020-12-17 23:10:27 +0000
committerdjm <djm@openbsd.org>2020-12-17 23:10:27 +0000
commit262b6e20c3cd3c2da4055c9276e76b45ae5cf19e (patch)
tree612c3675740bc0bdeb8291f3dbd1d237252f2362 /usr.bin/ssh/ssh-keysign.c
parentOnly enable the USB 3.0 port and PHY if it is enabled on a board. (diff)
downloadwireguard-openbsd-262b6e20c3cd3c2da4055c9276e76b45ae5cf19e.tar.xz
wireguard-openbsd-262b6e20c3cd3c2da4055c9276e76b45ae5cf19e.zip
prepare readconf.c for fuzzing; remove fatal calls and fix some
(one-off) memory leaks; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-keysign.c')
-rw-r--r--usr.bin/ssh/ssh-keysign.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign.c b/usr.bin/ssh/ssh-keysign.c
index bf45e263792..4fc94d4a794 100644
--- a/usr.bin/ssh/ssh-keysign.c
+++ b/usr.bin/ssh/ssh-keysign.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keysign.c,v 1.65 2020/10/18 11:32:02 djm Exp $ */
+/* $OpenBSD: ssh-keysign.c,v 1.66 2020/12/17 23:10:27 djm Exp $ */
/*
* Copyright (c) 2002 Markus Friedl. All rights reserved.
*
@@ -200,7 +200,7 @@ main(int argc, char **argv)
initialize_options(&options);
(void)read_config_file(_PATH_HOST_CONFIG_FILE, pw, "", "",
&options, 0, NULL);
- fill_default_options(&options);
+ (void)fill_default_options(&options);
if (options.enable_ssh_keysign != 1)
fatal("ssh-keysign not enabled in %s",
_PATH_HOST_CONFIG_FILE);