diff options
Diffstat (limited to 'cpp/src/Ice/RSAKeyPair.cpp')
-rw-r--r-- | cpp/src/Ice/RSAKeyPair.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/RSAKeyPair.cpp b/cpp/src/Ice/RSAKeyPair.cpp index 158c0380810..f6ccedff747 100644 --- a/cpp/src/Ice/RSAKeyPair.cpp +++ b/cpp/src/Ice/RSAKeyPair.cpp @@ -70,7 +70,7 @@ IceSSL::OpenSSL::RSAKeyPair::certToByteSeq(ByteSeq& certSeq) RSA*
IceSSL::OpenSSL::RSAKeyPair::getRSAPrivateKey() const
{
- return _privateKey->getRSAPrivateKey();
+ return _privateKey->get();
}
X509*
|