mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
ssh: remove deprecated client VersionAddendum
Support for a client VersionAddendum was removed in bffe60ead0
, but
the option was retained (as oDeprecated) as a transition aid.
Sufficient time has passed that it can be removed.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f56e9a65cf
commit
e600fc7295
@ -173,8 +173,7 @@
|
||||
|
||||
10) Retired patches
|
||||
|
||||
We no longer have client-side VersionAddendum, but we recognize and ignore
|
||||
the configuration options to avoid breaking existing configurations.
|
||||
We no longer have client-side VersionAddendum.
|
||||
|
||||
11) PrintLastLog bugfix
|
||||
|
||||
|
@ -330,9 +330,6 @@ static struct {
|
||||
{ "obscurekeystroketiming", oObscureKeystrokeTiming },
|
||||
{ "channeltimeout", oChannelTimeout },
|
||||
|
||||
/* Client VersionAddendum - retired in bffe60ead024 */
|
||||
{ "versionaddendum", oDeprecated },
|
||||
|
||||
{ NULL, oBadOption }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user