On Friday, 28 July 2023 at 08:56:17 UTC, Guillaume Lathoud wrote:
Hello, some context first:
I recently updated a server to Ubuntu 22.04 which appears to
have only openssl 3.0.2 installed. Dub could compile my
project, but could not link it anymore, as the D code seemed to
be expecting openss
On Friday, 28 July 2023 at 08:56:17 UTC, Guillaume Lathoud wrote:
Hello, some context first:
I recently updated a server to Ubuntu 22.04 which appears to
have only openssl 3.0.2 installed. Dub could compile my
project, but could not link it anymore, as the D code seemed to
be expecting openss
On Friday, 28 July 2023 at 08:56:17 UTC, Guillaume Lathoud wrote:
...
Now to the actual question:
I am a bit confused since the source code of `vibe-d:tls` seem
to support openssl-3.0, as visible e.g. in [1] but then in the
config [2] I don't see anything like `"openssl-3.0"`. Maybe I
missed
Hello, some context first:
I recently updated a server to Ubuntu 22.04 which appears to have
only openssl 3.0.2 installed. Dub could compile my project, but
could not link it anymore, as the D code seemed to be expecting
openssl 1.1 whereas only 3.0.2 was installed. That type of errors:
```
/