• Show log

    Commit

  • Hash : eac63e67
    Author : Carlos Martín Nieto
    Date : 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.