summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2014-10-13 00:38:35 +0000
committerDamien Miller <djm@mindrot.org>2014-10-13 14:36:06 +1100
commit259a02ebdf74ad90b41d116ecf70aa823fa4c6e7 (patch)
tree9290c835da66a0fee194d3209c7955ecc438619a /servconf.c
parent957fbceb0f3166e41b76fdb54075ab3b9cc84cba (diff)
upstream commit
whitespace
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 21ddd3581..acbe11375 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
1 1
2/* $OpenBSD: servconf.c,v 1.252 2014/08/19 23:58:28 djm Exp $ */ 2/* $OpenBSD: servconf.c,v 1.253 2014/10/13 00:38:35 djm Exp $ */
3/* 3/*
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5 * All rights reserved 5 * All rights reserved
@@ -2085,7 +2085,7 @@ dump_config(ServerOptions *o)
2085 dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user); 2085 dump_cfg_string(sAuthorizedKeysCommandUser, o->authorized_keys_command_user);
2086 dump_cfg_string(sHostKeyAgent, o->host_key_agent); 2086 dump_cfg_string(sHostKeyAgent, o->host_key_agent);
2087 dump_cfg_string(sKexAlgorithms, 2087 dump_cfg_string(sKexAlgorithms,
2088 o->kex_algorithms ? o->kex_algorithms : KEX_SERVER_KEX); 2088 o->kex_algorithms ? o->kex_algorithms : KEX_SERVER_KEX);
2089 2089
2090 /* string arguments requiring a lookup */ 2090 /* string arguments requiring a lookup */
2091 dump_cfg_string(sLogLevel, log_level_name(o->log_level)); 2091 dump_cfg_string(sLogLevel, log_level_name(o->log_level));