mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +03:00
libssh2: detect features based on version, not configure checks
... so that non-configure builds get the correct functions too based on the libssh2 version used.
This commit is contained in:
parent
18e1a3022d
commit
9dbbba9976
4 changed files with 22 additions and 22 deletions
|
|
@ -74,6 +74,7 @@
|
|||
#include "conncache.h"
|
||||
#include "multiif.h"
|
||||
#include "sigpipe.h"
|
||||
#include "ssh.h"
|
||||
|
||||
#define _MPRINTF_REPLACE /* use our functions only */
|
||||
#include <curl/mprintf.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue