Closed jszwedko closed 1 week ago
Small bump on this. It is currently blocking us from upgrading in Vector. Are there any workarounds we could use?
Turns out to be a simple fix, but one of those situations where I have no idea how this ever worked in the first place...
I was git bisecting openssl for a root cause... turns out https://github.com/alexcrichton/openssl-src-rs/commit/ed9cd639b25a1b907f65e185c5ed2dd59e187e35 regressed this.
When building without "dso", as openssl-src-rs previously did, liblegacy.a is included in libcrypto.a.
Thanks @alexcrichton 🙇 I can confirm that it fixed the issue for Vector.
We ran into this error over when updating OpenSSL in Vector: vectordotdev/vector#21587
Ref: https://github.com/alexcrichton/openssl-src-rs/pull/255#issuecomment-2441341574