Don't vendor openssl in check()
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.
Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.
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.