diff options
author | Damien Miller <djm@mindrot.org> | 2002-03-07 02:58:42 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-03-07 02:58:42 +0100 |
commit | 6d6c5d202f28608c4962c9c50b394b2a37fc1343 (patch) | |
tree | ae1a8572ed66601421eb8dde2f1270d794206c13 /compat.c | |
parent | - OpenBSD CVS Sync (diff) | |
download | openssh-6d6c5d202f28608c4962c9c50b394b2a37fc1343.tar.xz openssh-6d6c5d202f28608c4962c9c50b394b2a37fc1343.zip |
- markus@cvs.openbsd.org 2002/03/06 00:23:27
[compat.c dh.c]
undo
Diffstat (limited to 'compat.c')
-rw-r--r-- | compat.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: compat.c,v 1.59 2002/03/06 00:20:54 markus Exp $"); +RCSID("$OpenBSD: compat.c,v 1.60 2002/03/06 00:23:27 markus Exp $"); #include "buffer.h" #include "packet.h" @@ -73,8 +73,8 @@ compat_datafellows(const char *version) { "OpenSSH_2.5.0*," "OpenSSH_2.5.1*," "OpenSSH_2.5.2*", SSH_OLD_DHGEX|SSH_BUG_NOREKEY }, - { "OpenSSH_2.5.3*", SSH_BUG_NOREKEY }, - { "Sun_SSH_1.0*", SSH_BUG_NOREKEY }, + { "OpenSSH_2.5.3*", + SSH_BUG_NOREKEY }, { "OpenSSH*", 0 }, { "*MindTerm*", 0 }, { "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC| |