You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cant get this to work against my compiled version of openssl.
q: is this excerpt from the README.md still valid since the change to bzllmod ?
ASIO
SSL Support
These rules implement support for Boost ASIO's SSL support. To use ASIO-SSL, you must depend on the "@boost//:asio_ssl" target, instead of "@boost//:asio". ASIO-SSL depends on OpenSSL; By default, rules_boost will download and build the latest BoringSSL commit; To use a different OpenSSL implementation, create a remote named openssl before calling boost_deps. This remote must make available OpenSSL's libssl at @boringssl//:ssl.
I understand calling boost_deps is obsoleted now.
Could you give more precise instructions to get this to work ?
The text was updated successfully, but these errors were encountered:
Openssl.
I cant get this to work against my compiled version of openssl.
q: is this excerpt from the README.md still valid since the change to bzllmod ?
ASIO
SSL Support
These rules implement support for Boost ASIO's SSL support. To use ASIO-SSL, you must depend on the "@boost//:asio_ssl" target, instead of "@boost//:asio". ASIO-SSL depends on OpenSSL; By default, rules_boost will download and build the latest BoringSSL commit; To use a different OpenSSL implementation, create a remote named openssl before calling boost_deps. This remote must make available OpenSSL's libssl at @boringssl//:ssl.
I understand calling boost_deps is obsoleted now.
Could you give more precise instructions to get this to work ?
The text was updated successfully, but these errors were encountered: