]> granicus.if.org Git - curl/commit
ssh: fix build for libssh2 before 1.2.6
authorDaniel Stenberg <daniel@haxx.se>
Sat, 28 May 2016 22:20:14 +0000 (00:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 28 May 2016 22:20:14 +0000 (00:20 +0200)
commite51798d002cc902aed4032d42afc82c9c69c24be
treeba26a105960a58b3cd71f879c9801a8c081968e3
parentb15a17c702eff70c79b384c07d20272c2495d583
ssh: fix build for libssh2 before 1.2.6

The statvfs functionality was added to libssh2 in that version, so we
switch off that functionality when built with older libraries.

Fixes #831
lib/ssh.c