Added not implemented flags to some functions.

This commit is contained in:
gardners 2012-03-17 13:01:43 +10:30
parent fc4f7f8f0b
commit c59318cbab

View File

@ -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");
}