Added function to clear all credentials from mem_cred_t.
This commit is contained in:
@@ -58,6 +58,11 @@ struct mem_cred_t {
|
||||
*/
|
||||
void (*add_shared)(mem_cred_t *this, shared_key_t *shared, ...);
|
||||
|
||||
/**
|
||||
* Clear all credentials from the credential set.
|
||||
*/
|
||||
void (*clear)(mem_cred_t *this);
|
||||
|
||||
/**
|
||||
* Destroy a mem_cred_t.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user