More versions of WeOnlyDo have the rekey bug (but they've fixed it now).

[originally from svn r6233]
This commit is contained in:
Jacob Nevins 2005-08-29 00:34:03 +00:00
Родитель 5661adabbc
Коммит 1e57b290b8
1 изменённых файлов: 2 добавлений и 1 удалений

3
ssh.c
Просмотреть файл

@ -2250,7 +2250,8 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring)
wc_match("OpenSSH_2.5.[0-3]*", imp) ||
wc_match("Sun_SSH_1.0", imp) ||
wc_match("Sun_SSH_1.0.1", imp) ||
wc_match("WeOnlyDo-1.2.6", imp)))) {
/* All versions <= 1.2.6 (they changed their format in 1.2.7) */
wc_match("WeOnlyDo-*", imp)))) {
/*
* These versions have the SSH-2 rekey bug.
*/