Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix path conversion to c-str in SSLSessionTest
Summary: On Windows, `boost::filesystem::path::c_str()` has type `wchar_t const*` and not `char const*`; passing the result to `SSLContext` members does not compile. Reviewed By: vitaut Differential Revision: D57167715
- Loading branch information