Migrated psk/pubkey_authenticators to INIT/METHOD macros

This commit is contained in:
Martin Willi
2011-01-05 16:45:53 +01:00
parent b5bbc9506c
commit 502edf425f
4 changed files with 81 additions and 82 deletions
+8
View File
@@ -246,6 +246,14 @@ bool return_false()
return FALSE;
}
/**
* returns FAILED
*/
status_t return_failed()
{
return FAILED;
}
/**
* nop operation
*/