| 1615 | |
| 1616 | #if CURL_AT_LEAST_VERSION(7, 71, 0) |
| 1617 | static bool pj_context_get_native_ca(PJ_CONTEXT *ctx) { |
| 1618 | pj_load_ini(ctx); |
| 1619 | return ctx->native_ca; |
| 1620 | } |
| 1621 | #endif |
| 1622 | |
| 1623 | // --------------------------------------------------------------------------- |
no test coverage detected