| 146 | /**************************************************************************/ |
| 147 | |
| 148 | void pj_ctx::set_ca_bundle_path(const std::string &ca_bundle_path_in) { |
| 149 | ca_bundle_path = ca_bundle_path_in; |
| 150 | } |
| 151 | |
| 152 | /************************************************************************/ |
| 153 | /* pj_ctx(const pj_ctx& other) */ |
no outgoing calls
no test coverage detected