summaryrefslogtreecommitdiffstats
path: root/src/PolarSSL++/X509Cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PolarSSL++/X509Cert.h')
-rw-r--r--src/PolarSSL++/X509Cert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PolarSSL++/X509Cert.h b/src/PolarSSL++/X509Cert.h
index 8c3468f03..45f714d14 100644
--- a/src/PolarSSL++/X509Cert.h
+++ b/src/PolarSSL++/X509Cert.h
@@ -34,7 +34,7 @@ protected:
x509_crt * GetInternal(void) { return &m_Cert; }
} ;
-typedef SharedPtr<cX509Cert> cX509CertPtr;
+typedef std::shared_ptr<cX509Cert> cX509CertPtr;