diff options
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c index 09888b14d..94bf7e1b4 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.c,v 1.241 2015/09/24 06:15:11 djm Exp $ */ | 1 | /* $OpenBSD: readconf.c,v 1.242 2015/10/07 15:59:12 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -2363,6 +2363,7 @@ dump_client_config(Options *o, const char *host) | |||
2363 | dump_cfg_string(oPKCS11Provider, o->pkcs11_provider); | 2363 | dump_cfg_string(oPKCS11Provider, o->pkcs11_provider); |
2364 | dump_cfg_string(oPreferredAuthentications, o->preferred_authentications); | 2364 | dump_cfg_string(oPreferredAuthentications, o->preferred_authentications); |
2365 | dump_cfg_string(oProxyCommand, o->proxy_command); | 2365 | dump_cfg_string(oProxyCommand, o->proxy_command); |
2366 | dump_cfg_string(oPubkeyAcceptedKeyTypes, o->pubkey_key_types); | ||
2366 | dump_cfg_string(oRevokedHostKeys, o->revoked_host_keys); | 2367 | dump_cfg_string(oRevokedHostKeys, o->revoked_host_keys); |
2367 | dump_cfg_string(oXAuthLocation, o->xauth_location); | 2368 | dump_cfg_string(oXAuthLocation, o->xauth_location); |
2368 | 2369 | ||