@@ -21,7 +21,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/readconf.c a/readconf.c
21
21
{ "tunnel", oTunnel },
22
22
{ "tunneldevice", oTunnelDevice },
23
23
{ "localcommand", oLocalCommand },
24
- @@ -1054 ,6 +1060 ,17 @@ parse_multistate_value(const char *arg,
24
+ @@ -1072 ,6 +1078 ,17 @@ parse_multistate_value(const char *arg,
25
25
return -1;
26
26
}
27
27
@@ -39,7 +39,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/readconf.c a/readconf.c
39
39
/*
40
40
* Processes a single option line as used in the configuration files. This
41
41
* only sets those values that have not already been set.
42
- @@ -2422 ,6 +2439 ,13 @@ parse_pubkey_algos:
42
+ @@ -2440 ,6 +2457 ,13 @@ parse_pubkey_algos:
43
43
}
44
44
break;
45
45
@@ -53,7 +53,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/readconf.c a/readconf.c
53
53
case oDeprecated:
54
54
debug("%s line %d: Deprecated option \"%s\"",
55
55
filename, linenum, keyword);
56
- @@ -2660 ,6 +2684 ,9 @@ initialize_options(Options * options)
56
+ @@ -2678 ,6 +2702 ,9 @@ initialize_options(Options * options)
57
57
options->stdin_null = -1;
58
58
options->fork_after_authentication = -1;
59
59
options->proxy_use_fdpass = -1;
@@ -63,7 +63,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/readconf.c a/readconf.c
63
63
options->ignored_unknown = NULL;
64
64
options->num_canonical_domains = 0;
65
65
options->num_permitted_cnames = 0;
66
- @@ -2867 ,6 +2894 ,10 @@ fill_default_options(Options * options)
66
+ @@ -2885 ,6 +2912 ,10 @@ fill_default_options(Options * options)
67
67
options->canonicalize_fallback_local = 1;
68
68
if (options->canonicalize_hostname == -1)
69
69
options->canonicalize_hostname = SSH_CANONICALISE_NO;
0 commit comments