• Show log

    Commit

  • Hash : 22f3d3aa
    Author : Carlos Martín Nieto
    Date : 2016-03-03T22:26:31

    ssh: initialize libssh2
    
    We should have been doing this, but it initializes itself upon first
    use, which works as long as nobody's doing concurrent network
    operations. Initialize it on our init to make sure it's not getting
    initialized concurrently.