diff options
Diffstat (limited to 'src/PolarSSL++/CryptoKey.h')
-rw-r--r-- | src/PolarSSL++/CryptoKey.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PolarSSL++/CryptoKey.h b/src/PolarSSL++/CryptoKey.h index fc8034d16..db15cefb4 100644 --- a/src/PolarSSL++/CryptoKey.h +++ b/src/PolarSSL++/CryptoKey.h @@ -69,7 +69,7 @@ protected: pk_context * GetInternal(void) { return &m_Pk; } } ; -typedef SharedPtr<cCryptoKey> cCryptoKeyPtr; +typedef std::shared_ptr<cCryptoKey> cCryptoKeyPtr; |