SSH: use libssh2_session_handshake()
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Oct 2010 21:31:34 +0000 (23:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Oct 2010 21:31:34 +0000 (23:31 +0200)
commite214cd4a7323e0326bb9a731c4effdbb4082c85f
treea6b4113f41b3ac57d2e66cd92e26f1e4e88325f3
parent5997f54a715a7304c39ee946a3c460f03dde1a8a
SSH: use libssh2_session_handshake()

In libssh2 1.2.8, libssh2_session_handshake() replaces
libssh2_session_startup() to fix the previous portability problem with
the socket type that was too small for win64 and thus easily could cause
crashes and more.
configure.ac
lib/ssh.c