Skip to content

Don't vendor openssl in check()

Levi Zim requested to merge kxxt/lychee:patch-1 into main

In check(), --all-features enables the vendored-openssl feature, causing an unnecessary build of openssl.

We can set OPENSSL_NO_VENDOR to force system openssl to be used.

Merge request reports