diff options
| author | 2000-08-26 10:33:43 +0000 | |
|---|---|---|
| committer | 2000-08-26 10:33:43 +0000 | |
| commit | 9c15f29b623b6d723d0f9f4fe646524efe415c34 (patch) | |
| tree | c8325e77bea78ed918cad2afd71de86766908982 | |
| parent | typo. sync with kame (diff) | |
| download | wireguard-openbsd-9c15f29b623b6d723d0f9f4fe646524efe415c34.tar.xz wireguard-openbsd-9c15f29b623b6d723d0f9f4fe646524efe415c34.zip | |
ssh.com-2.3.0
| -rw-r--r-- | usr.bin/ssh/compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/compat.c b/usr.bin/ssh/compat.c index 595a0a378f3..4526ded7611 100644 --- a/usr.bin/ssh/compat.c +++ b/usr.bin/ssh/compat.c @@ -28,7 +28,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: compat.c,v 1.19 2000/07/09 01:27:32 ho Exp $"); +RCSID("$OpenBSD: compat.c,v 1.20 2000/08/26 10:33:43 markus Exp $"); #include "ssh.h" #include "packet.h" @@ -61,6 +61,7 @@ compat_datafellows(const char *version) char *version; int bugs; } check[] = { + {"2.3.0", SSH_BUG_HMAC|SSH_COMPAT_SESSIONID_ENCODING}, {"2.2.0", SSH_BUG_HMAC|SSH_COMPAT_SESSIONID_ENCODING}, {"2.1.0", SSH_BUG_SIGBLOB|SSH_BUG_HMAC}, {"2.0.1", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|SSH_BUG_PUBKEYAUTH|SSH_BUG_X11FWD}, |
