cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Missing LIBSSH2_APINO

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 7 Aug 2007 15:06:49 +0200 (CEST)

On Tue, 7 Aug 2007, Gisle Vanem wrote:

> o LIBSSH2_APINO was removed from the public header file
>
> But libcurl is stil riddled with this define. How should we code around
> that? Maybe something like:

Nah, recent CVS code should not be using that define anywhere:

$ cd src/curl
$ find . -name "*.[ch]" | xargs grep APINO
$

But yeah, if you want to build libcurl 7.16.4 with the most recent libssh2
releases you need to add something like you did. But I would then rather
recommend using a 7.17.0-CVS snapshot instead.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-08-07