Skip to content

Use system openssl instead of vendoring

Acid Xeon requested to merge (removed):xeonacid-main-patch-91214 into main

Current openssl-sys crate would build a vendored openssl. Set OPENSSL_NO_VENDOR env variable to use the system one.

Merge request reports