Migrated psk/pubkey_authenticators to INIT/METHOD macros
This commit is contained in:
@@ -246,6 +246,14 @@ bool return_false()
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/**
|
||||
* returns FAILED
|
||||
*/
|
||||
status_t return_failed()
|
||||
{
|
||||
return FAILED;
|
||||
}
|
||||
|
||||
/**
|
||||
* nop operation
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user