dub run with flags to openSSL 1.1.1l
Vladimir Panteleev
thecybershadow.lists at gmail.com
Sun Nov 13 14:02:07 UTC 2022
On Sunday, 13 November 2022 at 05:59:34 UTC, igrik wrote:
> Hello!
>
> I have a problem. My project was created for openssl v1.1.1.
> Both openssl v1.1.1 and v3.0.7(main) are installed on ubuntu
> 22.04 LTS. I get an error when compiling the application: (dub
> run ore dub build)
This may be a bug with the [D OpenSSL
bindings](https://github.com/D-Programming-Deimos/openssl)
(specifically the definition of `ERR_put_error`). (Unfortunately
many such bugs are difficult to avoid because OpenSSL keeps
changing which functions are macros and which need to be linked
across OpenSSL versions.)
More information about the Digitalmars-d
mailing list