src/kex.c: Cast libssh2_sha{1,256}_update data arguments properly The update functions take a const unsigned char * but were called with (const) char * in some places, causing unneccessary warnings.
libssh2 is a library implementing the SSH2 protocol, available under the revised BSD license.
Web site
Mailing list
BSD Licensed
Web site source code
Installation instructions: