Guy Harris wrote:
On Fri, Jan 24, 2003 at 02:04:06PM -0800, Huagang XIE wrote:
Here it is, Now the SSHv2 and SSHv1 is a flag in the flow data structure
now.
I've checked that version into CVS, with some typo fixes
("Diffie-Hellman"), and with
static const int ssh_hf_keys[] = {
};
removed, as it's 1) unused and 2) not supported, I suspect, by all C
compilers (not all C compilers can handle zero-length arrays).
ooh..I planed to use it for an arry and then finally too lazy to change
it.
Thanks,
Huagang