| 1119 | |
| 1120 | |
| 1121 | Try<Nothing> client_configure_socket( |
| 1122 | SSL* ssl, |
| 1123 | const Address& peer, |
| 1124 | const Option<std::string>& peer_hostname) |
| 1125 | { |
| 1126 | return configure_socket(ssl, Mode::CLIENT, peer, peer_hostname); |
| 1127 | } |
| 1128 | |
| 1129 | |
| 1130 | TLSClientConfig::TLSClientConfig( |
nothing calls this directly
no test coverage detected