On 4/7/2022 5:22 AM, 豪殷 via curl-library wrote: > We use curl 7.80.0 with openssl 3.0.2 in our environment, I wonder > what is the proper way to pass additional flags from global_init > to OPENSSL_init_ssl? > > Seems like some flags will be added in compile-time in ossl_init > function, but run time addition of flags is currently not supported. > > Is there any other way to bypass this, or maybe a PR is needed?
That's right it's not supported. You'd have to call OPENSSL_init_ssl on your own, before libcurl global init. -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html