Don't require a key when creating a new keyring.

There will be key setting/removal functions so the step of adding the
keyring and setting a key on it can be done individually.
This commit is contained in:
Michael Lotz
2013-03-05 11:04:53 -05:00
committed by Ryan Leavengood
parent 8775bd129d
commit d4d6d12393
7 changed files with 15 additions and 29 deletions
+1 -2
View File
@@ -51,8 +51,7 @@ public:
// Keyrings
status_t AddKeyring(const char* keyring,
const BKey& key);
status_t AddKeyring(const char* keyring);
status_t RemoveKeyring(const char* keyring);
status_t GetNextKeyring(uint32& cookie,