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:
Ed Maste 2024-03-18 10:15:27 -04:00
parent f56e9a65cf
commit e600fc7295
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -330,9 +330,6 @@ static struct {
{ "obscurekeystroketiming", oObscureKeystrokeTiming },
{ "channeltimeout", oChannelTimeout },
/* Client VersionAddendum - retired in bffe60ead024 */
{ "versionaddendum", oDeprecated },
{ NULL, oBadOption }
};