Implementation of get_ssl_version_number method.
| 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) */ |
nothing calls this directly
no outgoing calls
no test coverage detected