D++ (DPP)
A Lightweight C++ library for Discord
|
This is an opaque class containing openssl library specific structures. We define it this way so that the public facing D++ library doesnt require the openssl headers be available to build against it. More...
Public Attributes | |
SSL * | ssl |
OpenSSL session. More... | |
SSL_CTX * | ctx |
OpenSSL context. More... | |
This is an opaque class containing openssl library specific structures. We define it this way so that the public facing D++ library doesnt require the openssl headers be available to build against it.
SSL_CTX* dpp::opensslcontext::ctx |
OpenSSL context.
SSL* dpp::opensslcontext::ssl |
OpenSSL session.