We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8ce4f commit 75cf0faCopy full SHA for 75cf0fa
1 file changed
src/eckit/io/EasyCURL.cc
@@ -483,11 +483,13 @@ class CURLHandle : public eckit::Counted {
483
}
484
485
486
+#if CURL_AT_LEAST_VERSION(7, 84, 0)
487
if (const auto* info = curl_version_info(CURLVERSION_NOW); info != nullptr) {
488
if (info->cainfo != nullptr && PathName(info->cainfo).exists()) {
489
return {};
490
491
492
+#endif
493
494
for (const auto* dirname : dirs) {
495
for (const auto* basename : bases) {
0 commit comments