Add support for binary data to GStore
[platform/core/security/key-manager.git] / src / manager / service / ckm-logic.h
index 336b346..c07225b 100644 (file)
@@ -35,7 +35,7 @@
 #include <access-control.h>
 #include <certificate-impl.h>
 #include <sys/types.h>
-#include <generic-backend/gkey.h>
+#include <generic-backend/gobj.h>
 
 #include <platform/decider.h>
 
@@ -206,7 +206,7 @@ public:
                          const Name &name,
                          const Label &label,
                          const Password& pass,
-                         Crypto::GKeyShPtr& key);
+                         Crypto::GObjShPtr& key);
 
 protected:
     int unlockSystemDB();