Make check-names.sh happy
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
33434a9f60
commit
0dcda95ac0
@ -250,8 +250,8 @@ struct psa_key_derivation_s
|
||||
|
||||
/* This only zeroes out the first byte in the union, the rest is unspecified. */
|
||||
#define PSA_KEY_DERIVATION_OPERATION_INIT { 0, 0, 0, { 0 } }
|
||||
static inline
|
||||
struct psa_key_derivation_s psa_key_derivation_operation_init( void )
|
||||
static inline struct psa_key_derivation_s psa_key_derivation_operation_init(
|
||||
void )
|
||||
{
|
||||
const struct psa_key_derivation_s v = PSA_KEY_DERIVATION_OPERATION_INIT;
|
||||
return( v );
|
||||
|
Loading…
Reference in New Issue
Block a user