summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index 0bf5d7cb4..4a16974b8 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.c,v 1.177 2009/06/27 09:35:06 andreas Exp $ */ 1/* $OpenBSD: readconf.c,v 1.178 2009/10/08 14:03:41 markus 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
@@ -1142,7 +1142,7 @@ fill_default_options(Options * options)
1142 /* options->macs, default set in myproposals.h */ 1142 /* options->macs, default set in myproposals.h */
1143 /* options->hostkeyalgorithms, default set in myproposals.h */ 1143 /* options->hostkeyalgorithms, default set in myproposals.h */
1144 if (options->protocol == SSH_PROTO_UNKNOWN) 1144 if (options->protocol == SSH_PROTO_UNKNOWN)
1145 options->protocol = SSH_PROTO_1|SSH_PROTO_2; 1145 options->protocol = SSH_PROTO_2;
1146 if (options->num_identity_files == 0) { 1146 if (options->num_identity_files == 0) {
1147 if (options->protocol & SSH_PROTO_1) { 1147 if (options->protocol & SSH_PROTO_1) {
1148 len = 2 + strlen(_PATH_SSH_CLIENT_IDENTITY) + 1; 1148 len = 2 + strlen(_PATH_SSH_CLIENT_IDENTITY) + 1;