Register manager of pkcs11 plugin as library object

This commit is contained in:
Martin Willi
2011-08-24 15:45:59 +02:00
parent a8bbdb1f26
commit 071903235a
6 changed files with 8 additions and 28 deletions
@@ -67,12 +67,4 @@ struct pkcs11_manager_t {
pkcs11_manager_t *pkcs11_manager_create(pkcs11_manager_token_event_t cb,
void *data);
/**
* Get the singleton instance of the manager
*
* @return instance, NULL if none available
*/
pkcs11_manager_t *pkcs11_manager_get();
#endif /** PKCS11_MANAGER_H_ @}*/