> -Original Message-
> From: Neil Gierman [mailto:ngier...@roadrunn.com]
> Sent: Sunday, June 14, 2009 8:03 PM
>
> Yes updating that line in libssh2.h line 74 to be <= 1500 instead of <=
> 1400
> also fixes the problem
>
>
Sorry for the duplicate but when I did my previous fix, I didn't
> From: Daniel Stenberg [mailto:dan...@haxx.se]
> Sent: Sunday, June 14, 2009 4:02 PM
>
> Isn't it enough to raise the check at line 74 to be <= 1500 instead of
> 1400?
> It seems odd to duplicate that section.
Yes updating that line in libssh2.h line 74 to be <= 1500 instead of <= 1400
also fix
On Sat, 13 Jun 2009, Neil Gierman wrote:
> I am using Visual Studio 2008 so my _MSC_VER is 1500 but ssize_t is not
> defined.
Isn't it enough to raise the check at line 74 to be <= 1500 instead of 1400?
It seems odd to duplicate that section.
> Now I have an issue with the new hostkey stuff. Wh