diff options
Diffstat (limited to 'compat.c')
-rw-r--r-- | compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: compat.c,v 1.90 2015/04/13 02:04:08 djm Exp $ */ | 1 | /* $OpenBSD: compat.c,v 1.92 2015/05/05 10:17:49 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 | * |
@@ -179,6 +179,7 @@ compat_datafellows(const char *version) | |||
179 | "TTSSH/2.70*," | 179 | "TTSSH/2.70*," |
180 | "TTSSH/2.71*," | 180 | "TTSSH/2.71*," |
181 | "TTSSH/2.72*", SSH_BUG_HOSTKEYS }, | 181 | "TTSSH/2.72*", SSH_BUG_HOSTKEYS }, |
182 | { "WinSCP*", SSH_OLD_DHGEX }, | ||
182 | { NULL, 0 } | 183 | { NULL, 0 } |
183 | }; | 184 | }; |
184 | 185 | ||