diff options
| author | Alan D. Snow <alansnow21@gmail.com> | 2020-08-16 05:30:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-16 12:30:58 +0200 |
| commit | e1dc2d5516562c2e6e9668325d897c0eccdc6d2a (patch) | |
| tree | 0e5da750934ae01c11af2acb8edbf460c6ee2b50 /src/proj.h | |
| parent | b8c198897da30e59d41f7b9ccb66bc1b0079e5d8 (diff) | |
| download | PROJ-e1dc2d5516562c2e6e9668325d897c0eccdc6d2a.tar.gz PROJ-e1dc2d5516562c2e6e9668325d897c0eccdc6d2a.zip | |
ENH: Add support for custum CA Bundle path (#2323)
Fixes #2320
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,7 @@ typedef const char* (*proj_file_finder) (PJ_CONTEXT *ctx, const char*, void* use void PROJ_DLL proj_context_set_file_finder(PJ_CONTEXT *ctx, proj_file_finder finder, void* user_data); void PROJ_DLL proj_context_set_search_paths(PJ_CONTEXT *ctx, int count_paths, const char* const* paths); - +void PROJ_DLL proj_context_set_ca_bundle_path(PJ_CONTEXT *ctx, const char *path); void PROJ_DLL proj_context_use_proj4_init_rules(PJ_CONTEXT *ctx, int enable); int PROJ_DLL proj_context_get_use_proj4_init_rules(PJ_CONTEXT *ctx, int from_legacy_code_path); |
