diff options
author | djm@openbsd.org <djm@openbsd.org> | 2021-09-10 07:46:09 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-09-10 12:34:09 +0200 |
commit | b344db7a413478e4c21e4cadba4a970ad3e6128a (patch) | |
tree | 37e0ebdcd91bcae50ef485132461338de63c7e65 /compat.c | |
parent | upstream: - move CAVEATS to its correct order - use the term (diff) | |
download | openssh-b344db7a413478e4c21e4cadba4a970ad3e6128a.tar.xz openssh-b344db7a413478e4c21e4cadba4a970ad3e6128a.zip |
upstream: openssh-7.4 was incorrectly listed twice; spotted by
Dmitry Belyavskiy, ok dtucker@
OpenBSD-Commit-ID: 4b823ae448f6e899927ce7b04225ac9e489f58ef
Diffstat (limited to '')
-rw-r--r-- | compat.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: compat.c,v 1.118 2021/06/06 03:40:39 djm Exp $ */ +/* $OpenBSD: compat.c,v 1.119 2021/09/10 05:46:09 djm Exp $ */ /* * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. * @@ -69,7 +69,6 @@ compat_banner(struct ssh *ssh, const char *version) "OpenSSH_7.1*," "OpenSSH_7.2*," "OpenSSH_7.3*," - "OpenSSH_7.4*," "OpenSSH_7.5*," "OpenSSH_7.6*," "OpenSSH_7.7*", SSH_NEW_OPENSSH|SSH_BUG_SIGTYPE}, |