djarek / certify

Boost.ASIO-based TLS certificate verification library
https://djarek.github.io/certify/
Boost Software License 1.0
76 stars 40 forks source link

Enable separate compilation #50

Closed djarek closed 5 years ago

djarek commented 5 years ago

Enables split compilation of non-template code using BOOST_CERTIFY_SEPARATE_COMPILATION (analogous to Boost.ASIO). The user then has to include boost/certify/src.hpp into one TU to enable this.