cloudflare / boring

BoringSSL bindings for the Rust programming language.
367 stars 114 forks source link

Fix support for fips-link-precompiled #205

Closed nox closed 10 months ago

nox commented 11 months ago

This feature expects a recent boringssl checkout (such as the one found in boring-sys/deps/boringssl), so it should not be using the same bindings as the fips feature, which are based on boring-sys/deps/boringssl-fips, which is older and with a different API.