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 (facebook#2193)
Summary: Pull Request resolved: facebook#2193 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 fbshipit-source-id: d3bb232ea00ca327bee1f93665de4380dcec6631
- Loading branch information