| 1609 | // --------------------------------------------------------------------------- |
| 1610 | |
| 1611 | static std::string pj_context_get_bundle_path(PJ_CONTEXT *ctx) { |
| 1612 | pj_load_ini(ctx); |
| 1613 | return ctx->ca_bundle_path; |
| 1614 | } |
| 1615 | |
| 1616 | #if CURL_AT_LEAST_VERSION(7, 71, 0) |
| 1617 | static bool pj_context_get_native_ca(PJ_CONTEXT *ctx) { |
no test coverage detected