Skip to content

Commit 460991a

Browse files
committed
wolfcrypt/test/test.c: fix invalidPrintfArgType_sint in lms_test_verify_only().
1 parent c8e5111 commit 460991a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38878,7 +38878,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t lms_test_verify_only(void)
3887838878
}
3887938879

3888038880
if (pub_len != HSS_MAX_PUBLIC_KEY_LEN) {
38881-
printf("error: LMS pub len %d, expected %d\n", pub_len,
38881+
printf("error: LMS pub len %u, expected %d\n", pub_len,
3888238882
HSS_MAX_PUBLIC_KEY_LEN);
3888338883
return WC_TEST_RET_ENC_EC(pub_len);
3888438884
}

0 commit comments

Comments
 (0)