MCPcopy Create free account
hub / github.com/JosephP91/curlcpp / get_ssl_version_number

Method get_ssl_version_number

include/curl_info.h:164–166  ·  view source on GitHub ↗

Implementation of get_ssl_version_number method.

Source from the content-addressed store, hash-verified

162
163 // Implementation of get_ssl_version_number method.
164 inline long curl_info::get_ssl_version_number() const NOEXCEPT {
165 return this->version->ssl_version_num;
166 }
167}
168
169#endif /* defined(CURLCPP_CURL_INFO_H) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected