• Show log

    Commit

  • Hash : b89988c7
    Author : Patrick Steinhardt
    Date : 2018-03-27T15:03:15

    transports: ssh: replace deprecated function `libssh2_session_startup`
    
    The function `libssh2_session_startup` has been deprecated since libssh2
    version 1.2.8 in favor of `libssh2_session_handshake` introduced in the
    same version. libssh2 1.2.8 was released in April 2011, so it is already
    seven years old. It is available in Debian Wheezy, Ubuntu Trusty and
    CentOS 7.4, so the most important and conservative distros already have
    it available. As such, it seems safe to just use the new function.