Skip to content

Commit fa08e2c

Browse files
committed
Fix a long line in pbkdf2 test
1 parent 6719909 commit fa08e2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wolfcrypt/test/test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26045,7 +26045,8 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t pkcs12_pbkdf_test(void)
2604526045
WOLFSSL_TEST_SUBROUTINE wc_test_ret_t pbkdf2_test(void)
2604626046
{
2604726047
char passwd[] = "passwordpassword";
26048-
WOLFSSL_SMALL_STACK_STATIC const byte salt[] = { 0x78, 0x57, 0x8E, 0x5a, 0x5d, 0x63, 0xcb, 0x06 };
26048+
WOLFSSL_SMALL_STACK_STATIC const byte salt[] = { 0x78, 0x57, 0x8E, 0x5a,
26049+
0x5d, 0x63, 0xcb, 0x06 };
2604926050
int iterations = 2048;
2605026051
int kLen = 24;
2605126052
byte derived[64];

0 commit comments

Comments
 (0)