Skip to content

Commit

Permalink
Formatting fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 4, 2023
1 parent 21244f7 commit 93fdba6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/networkfilemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1623,8 +1623,7 @@ CurlFileHandle::CurlFileHandle(PJ_CONTEXT *ctx, const char *url, CURL *handle)
#if defined(SSL_OPTIONS)
// https://curl.se/libcurl/c/CURLOPT_SSL_OPTIONS.html
auto ssl_options = static_cast<long>(SSL_OPTIONS);
CHECK_RET(ctx,
curl_easy_setopt(handle, CURLOPT_SSL_OPTIONS, ssl_options));
CHECK_RET(ctx, curl_easy_setopt(handle, CURLOPT_SSL_OPTIONS, ssl_options));
#endif

const auto ca_bundle_path = pj_context_get_bundle_path(ctx);
Expand Down

0 comments on commit 93fdba6

Please sign in to comment.