Print

Print


@bbockelm commented on this pull request.


In src/XrdTpc/XrdTpcNSSSupport.cc:

> +
+bool
+XrdTpcNSSSupport::NeedsNSSHack()
+{
+    const auto *version_info = curl_version_info(CURLVERSION_NOW);
+
+    if (!version_info->ssl_version) {return true;}
+    std::string ssl_version(version_info->ssl_version);
+
+    auto iter = ssl_version.find("NSS");
+    return iter != std::string::npos;
+}
+
+
+bool
+XrdTpcNSSSupport::Maintenance()

Sure, good idea. Will work on that.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/pull/1431#discussion_r602003221", "url": "https://github.com/xrootd/xrootd/pull/1431#discussion_r602003221", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1