Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: Build fails after upgrading from 7.72 to 7.73
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Firefox OS via curl-library <curl-library_at_cool.haxx.se>
Date: Fri, 16 Oct 2020 00:45:19 +0200
Dnia 2020-10-15, o godz. 18:21:26
Jeffrey Walton <noloader_at_gmail.com> napisaĆ(a):
> It looks like some sort of typo. I cannot find ssl_config_data in the
> OpenSSL 1.1.x branch or the previous 1.0.x branch:
> I also took a peek in the OpenSSL 0.9.8 branch, and ssl_config_data
> was missing there, too.
>
> Maybe a different backend provides ssl_config_data.
>
> Jeff
struct ssl_config_data is part of curl itself (lib/urldata.h), not openssl.
The mentioned fields are defined there under #ifdef USE_TLS_SRP.
In curl 7.72 references to these fields from lib/vtls/openssl.c were
(consistently) under #ifdef USE_TLS_SRP, but in curl 7.72 it changed to
#ifdef HAVE_OPENSSL_SRP.
Date: Fri, 16 Oct 2020 00:45:19 +0200
Dnia 2020-10-15, o godz. 18:21:26
Jeffrey Walton <noloader_at_gmail.com> napisaĆ(a):
> It looks like some sort of typo. I cannot find ssl_config_data in the
> OpenSSL 1.1.x branch or the previous 1.0.x branch:
> I also took a peek in the OpenSSL 0.9.8 branch, and ssl_config_data
> was missing there, too.
>
> Maybe a different backend provides ssl_config_data.
>
> Jeff
struct ssl_config_data is part of curl itself (lib/urldata.h), not openssl.
The mentioned fields are defined there under #ifdef USE_TLS_SRP.
In curl 7.72 references to these fields from lib/vtls/openssl.c were
(consistently) under #ifdef USE_TLS_SRP, but in curl 7.72 it changed to
#ifdef HAVE_OPENSSL_SRP.
-- ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.htmlReceived on 2020-10-16