mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-21 01:42:18 +00:00
Added not implemented flags to some functions.
This commit is contained in:
parent
fc4f7f8f0b
commit
c59318cbab
@ -164,12 +164,13 @@ dna_identity_status *dnacache_lookup_next()
|
||||
int dnacache_update_verification(char *did,char *sid,char *name,
|
||||
char *signature,int revokeVerificationP)
|
||||
{
|
||||
|
||||
return WHY("Not implemented");
|
||||
}
|
||||
|
||||
/* Sign a verification record ourselves for the specified identity, by creating
|
||||
and storing signature and adding record to the cache. */
|
||||
int dnacache_vouch_for_identity(char *did,char *sid,char *name)
|
||||
{
|
||||
|
||||
return WHY("Not implemented");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user