diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 2950731c7401..ef05c55a37e3 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -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 diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c index 20a769061a0d..3a64a0441641 100644 --- a/crypto/openssh/readconf.c +++ b/crypto/openssh/readconf.c @@ -330,9 +330,6 @@ static struct { { "obscurekeystroketiming", oObscureKeystrokeTiming }, { "channeltimeout", oChannelTimeout }, - /* Client VersionAddendum - retired in bffe60ead024 */ - { "versionaddendum", oDeprecated }, - { NULL, oBadOption } };