diff options
Diffstat (limited to 'cpp/src/Ice/SslSystemOpenSSL.h')
-rw-r--r-- | cpp/src/Ice/SslSystemOpenSSL.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/SslSystemOpenSSL.h b/cpp/src/Ice/SslSystemOpenSSL.h index beaa682a631..970d8a2b30c 100644 --- a/cpp/src/Ice/SslSystemOpenSSL.h +++ b/cpp/src/Ice/SslSystemOpenSSL.h @@ -153,8 +153,6 @@ private: void processCertificate(SSL_CTX*, const CertificateDesc&); void addKeyCert(SSL_CTX*, const CertificateFile&, const CertificateFile&); - X509* byteSeqToX509(ByteSeq&); - RSA* byteSeqToKey(ByteSeq&); void addKeyCert(SSL_CTX*, const string&, const string&); SSL_CTX* createContext(SslProtocol); |