summaryrefslogtreecommitdiff
path: root/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat.c')
-rw-r--r--compat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/compat.c b/compat.c
index 0631024f0..5ea57ed49 100644
--- a/compat.c
+++ b/compat.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: compat.c,v 1.94 2015/05/26 23:23:40 dtucker Exp $ */ 1/* $OpenBSD: compat.c,v 1.95 2015/07/13 04:57:14 dtucker 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 *
@@ -166,7 +166,8 @@ compat_datafellows(const char *version)
166 "OSU_1.5alpha3*", SSH_BUG_PASSWORDPAD }, 166 "OSU_1.5alpha3*", SSH_BUG_PASSWORDPAD },
167 { "*SSH_Version_Mapper*", 167 { "*SSH_Version_Mapper*",
168 SSH_BUG_SCANNER }, 168 SSH_BUG_SCANNER },
169 { "PuTTY-Release-0.5*," /* 0.50-0.57, DH-GEX in >=0.52 */ 169 { "PuTTY_Local:*," /* dev versions < Sep 2014 */
170 "PuTTY-Release-0.5*," /* 0.50-0.57, DH-GEX in >=0.52 */
170 "PuTTY_Release_0.5*," /* 0.58-0.59 */ 171 "PuTTY_Release_0.5*," /* 0.58-0.59 */
171 "PuTTY_Release_0.60*," 172 "PuTTY_Release_0.60*,"
172 "PuTTY_Release_0.61*," 173 "PuTTY_Release_0.61*,"