wolfcrypt/test/test.c: fix invalidPrintfArgType_sint in lms_test_verify_only().

This commit is contained in:
Daniel Pouzzner
2024-04-25 15:48:58 -05:00
parent c8e51112c3
commit 460991a6f0

View File

@ -38878,7 +38878,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t lms_test_verify_only(void)
}
if (pub_len != HSS_MAX_PUBLIC_KEY_LEN) {
printf("error: LMS pub len %d, expected %d\n", pub_len,
printf("error: LMS pub len %u, expected %d\n", pub_len,
HSS_MAX_PUBLIC_KEY_LEN);
return WC_TEST_RET_ENC_EC(pub_len);
}