Commit eac63e6754f8ef3b8e8d4962a8642786ee1e1a85

Carlos Martín Nieto 2014-06-30T10:03:36

ssh: create the right callback signature based on build options When linking against libssh2, create the transport.h such that it contains its definition for custom crypto and keyboard-interactive callbacks. If we don't link against libssh2, create an equivalent signature which has void pointers instead of pointers to libssh2 structures. This would be one way to fix #2438.