Skip to content

Commit 3e013fe

Browse files
fix for line length too long
1 parent 33bac4e commit 3e013fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/internal.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,8 @@ static int wolfPKCS11_Store_GetMaxSize(int type, int variableSz)
983983
FIELD_SIZE(WP11_Token, userLastFailedLogin) +
984984
FIELD_SIZE(WP11_Token, userFailLoginTimeout) +
985985
#ifdef WOLFSSL_STM32U5_DHUK
986-
(sizeof(word32) + 16 + PIN_SEED_SZ) + /* length + IV + encrypted seed */
986+
(sizeof(word32) + 16 + PIN_SEED_SZ) + /* length + IV +
987+
* encrypted seed */
987988
#else
988989
FIELD_SIZE(WP11_Token, seed) +
989990
#endif

0 commit comments

Comments
 (0)