-
Notifications
You must be signed in to change notification settings - Fork 4
Clean up initializer lists in unit tests #75
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
BSL/test/test_PublicInterfaceImpl.c
Lines 70 to 77 in a3aee2f
| BSL_SecParam_t param_scope_flag = { 0 }; | |
| BSL_SecParam_InitInt64(¶m_scope_flag, RFC9173_BIB_PARAMID_INTEG_SCOPE_FLAG, 0); | |
| BSL_SecParam_t param_scope_flag_7 = { 0 }; | |
| BSL_SecParam_InitInt64(¶m_scope_flag_7, RFC9173_BIB_PARAMID_INTEG_SCOPE_FLAG, 0x7); | |
| BSL_SecParam_t param_sha_variant = { 0 }; | |
| BSL_SecParam_InitInt64(¶m_sha_variant, RFC9173_BIB_PARAMID_SHA_VARIANT, RFC9173_BIB_SHA_HMAC512); | |
| BSL_SecParam_t param_sha_variant_384 = { 0 }; | |
| BSL_SecParam_InitInt64(¶m_sha_variant_384, RFC9173_BIB_PARAMID_SHA_VARIANT, RFC9173_BIB_SHA_HMAC384); |
Init() should handle uninitialized state.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo