Commit 22f3d3aa6b2500a0c587938f7939c05a28afacf2

Carlos Martín Nieto 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.