cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Conflicting lines 273 and 317 in /lib/urldata.h

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 1 Aug 2012 20:48:08 +0200 (CEST)

On Sun, 29 Jul 2012, Guenter wrote:

> it makes currently anyway no sense to use WITH_WINSSL + WITH_SSH2 since
> libssh2 depends on a ssl/crypto lib too, so you can then also use WITH_SSL
> to use OpenSSL for both libcurl itself + libssh2.

I can think of a few reasons anyway that might make it sensible to have
WITH_WINSSL + WITH_SSH2 work.

First, winssl will use a different set of CA certs and do it "native windows"
style which could be preferred to some.

And it could still be logical to keep SSH2 separate from SSL so that libssh2's
dependencies are kept separate from libcurl's as libssh2 can be built against
gcrypt today and who knows what a future version might be built against.

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