This is an opaque class containing openssl library specific structures. More...
Public Attributes | |
SSL * | ssl |
OpenSSL session. More... | |
This is an opaque class containing openssl library specific structures.
We define it this way so that the public facing D++ library doesn't require the openssl headers be available to build against it.
SSL* dpp::openssl_connection::ssl |
OpenSSL session.
Referenced by dpp::ssl_client::close(), dpp::ssl_client::connect(), dpp::ssl_client::read_loop(), dpp::ssl_client::ssl_client(), and dpp::ssl_client::write().