MXS-2486: Fix listener serialization

The serialization should be done via the parameters. This also makes
SSLContext::serialize redundant.
This commit is contained in:
Markus Mäkelä
2019-05-27 20:21:24 +03:00
parent 075ed00f58
commit cab35b2dea
3 changed files with 2 additions and 42 deletions

View File

@ -103,13 +103,6 @@ public:
*/
static std::unique_ptr<SSLContext> create(const MXS_CONFIG_PARAMETER& params);
/**
* Serialize the SSL configuration into a INI file section
*
* @return SSLContext as a INI file section
*/
std::string serialize() const;
/**
* Opens a new OpenSSL session for this configuration context
*/