cloudflare / boring

BoringSSL bindings for the Rust programming language.
354 stars 107 forks source link

Fix building with BORING_BSSL_PATH / BORING_BSSL_FIPS_PATH #220

Closed rushilmehra closed 7 months ago

rushilmehra commented 7 months ago

When passing BORING_BSSL_FIPS_PATH, you need to add /lib/ to the search path, and when passing BORING_BSSL_PATH you need to add /crypto/ and /ssl/ to the search path.