We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e5111 commit 460991aCopy full SHA for 460991a
1 file changed
wolfcrypt/test/test.c
@@ -38878,7 +38878,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t lms_test_verify_only(void)
38878
}
38879
38880
if (pub_len != HSS_MAX_PUBLIC_KEY_LEN) {
38881
- printf("error: LMS pub len %d, expected %d\n", pub_len,
+ printf("error: LMS pub len %u, expected %d\n", pub_len,
38882
HSS_MAX_PUBLIC_KEY_LEN);
38883
return WC_TEST_RET_ENC_EC(pub_len);
38884
0 commit comments