cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: e351972 SSH: added agent based authentication

From: Ellié Computing Open Source Program <opensource_at_elliecomputing.com>
Date: Fri, 10 Aug 2012 19:35:19 +0200

Hi, (sorry don't have access to the build directories here)

>From: Guenter

>Hi,
>just saw that Tor's autobuilds are broken:
>http://curl.haxx.se/dev/log.cgi?id=20120810000140-4441#prob1
>probably this
>e351972 SSH: added agent based authentication
>either needs configure to check for the libssh2 version, or a test for
>the struct member?

indeed, there should be a shield from before line 941:

case SSH_AUTH_AGENT_LIST:

to before line 993:

case SSH_AUTH_KEY_INIT:

the shield should be something like:
#if HAVE_LIBSSH2_AGENT_API
#endif /* HAVE_LIBSSH2_AGENT_API */

Best regards
Armel

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-08-10