Implemented client-server model and changed code for thread safety
[platform/framework/native/appfw.git] / src / security / cert / FSecCert_CertChain.h
index 7824952..1157762 100644 (file)
@@ -94,7 +94,7 @@ private:
 
 private:
        int __pos;
-       std::unique_ptr<_CertPrivateKeyInfo> __pPrivateKey;
+       std::unique_ptr< _CertPrivateKeyInfo > __pPrivateKey;
        _CertFormat __certFormat;
        _CaCertType __rootCertType;
        _CertContextType __contextType;