mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-26 13:21:03 +03:00
Make check-names.sh happy
Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
@ -250,8 +250,8 @@ struct psa_key_derivation_s
|
|||||||
|
|
||||||
/* This only zeroes out the first byte in the union, the rest is unspecified. */
|
/* This only zeroes out the first byte in the union, the rest is unspecified. */
|
||||||
#define PSA_KEY_DERIVATION_OPERATION_INIT { 0, 0, 0, { 0 } }
|
#define PSA_KEY_DERIVATION_OPERATION_INIT { 0, 0, 0, { 0 } }
|
||||||
static inline
|
static inline struct psa_key_derivation_s psa_key_derivation_operation_init(
|
||||||
struct psa_key_derivation_s psa_key_derivation_operation_init( void )
|
void )
|
||||||
{
|
{
|
||||||
const struct psa_key_derivation_s v = PSA_KEY_DERIVATION_OPERATION_INIT;
|
const struct psa_key_derivation_s v = PSA_KEY_DERIVATION_OPERATION_INIT;
|
||||||
return( v );
|
return( v );
|
||||||
|
Reference in New Issue
Block a user