diff options
Diffstat (limited to 'cpp/src/IceSSL/Context.h')
-rw-r--r-- | cpp/src/IceSSL/Context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/Context.h b/cpp/src/IceSSL/Context.h index 889ef6146a8..6e6ccb8588c 100644 --- a/cpp/src/IceSSL/Context.h +++ b/cpp/src/IceSSL/Context.h @@ -79,8 +79,6 @@ protected: SSL* createSSLConnection(int); - void transceiverSetup(const SslTransceiverPtr&, int); - void setCipherList(const std::string&); void setDHParams(const BaseCertificates&); |