Dnia 2020-10-15, o godz. 18:21:26 Jeffrey Walton <noloa...@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.html