boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
250 stars 32 forks source link

Jamfile OpenSSL: use the built-in module #235

Closed anarthal closed 5 months ago

anarthal commented 5 months ago

We currently use an ad-hoc strategy copied from an old version of Beast. This causes trouble if OpenSSL isn't present, as shown by the Boost Test Matrix.

This will likely be required for the Boost modularization work that is undergoing.