summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:27:01 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:27:01 +1000
commit0e6b67423b8662f9ca4c92750309e144fd637ef1 (patch)
tree58a3ba102b948951bdfbb27ab4bec55da07f9335 /compat.c
parent9395b28223334826837c15e8c1bb4dfb3b0d2ca5 (diff)
- djm@cvs.openbsd.org 2014/04/19 05:54:59
[compat.c] missing wildcard; pointed out by naddy@
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat.c b/compat.c
index 64f9790a8..12a7d5de7 100644
--- a/compat.c
+++ b/compat.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: compat.c,v 1.83 2014/04/18 23:52:25 djm Exp $ */ 1/* $OpenBSD: compat.c,v 1.84 2014/04/19 05:54:59 djm Exp $ */
2/* 2/*
3 * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
4 * 4 *
@@ -96,7 +96,7 @@ compat_datafellows(const char *version)
96 { "OpenSSH_4*", 0 }, 96 { "OpenSSH_4*", 0 },
97 { "OpenSSH_5*", SSH_NEW_OPENSSH|SSH_BUG_DYNAMIC_RPORT}, 97 { "OpenSSH_5*", SSH_NEW_OPENSSH|SSH_BUG_DYNAMIC_RPORT},
98 { "OpenSSH_6.5*," 98 { "OpenSSH_6.5*,"
99 "OpenSSH_6.6", SSH_NEW_OPENSSH|SSH_BUG_CURVE25519PAD}, 99 "OpenSSH_6.6*", SSH_NEW_OPENSSH|SSH_BUG_CURVE25519PAD},
100 { "OpenSSH*", SSH_NEW_OPENSSH }, 100 { "OpenSSH*", SSH_NEW_OPENSSH },
101 { "*MindTerm*", 0 }, 101 { "*MindTerm*", 0 },
102 { "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC| 102 { "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|