Skip to content

Commit f2c4fde

Browse files
committed
Get rid of weird character
1 parent 1b6b3ea commit f2c4fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34541,7 +34541,7 @@ static int test_zd21417_dilithium_hash_int_overflow(void)
3454134541
/* msgLen=0xFFFFFFC0 would cause integer overflow in hash computation.
3454234542
* Must be rejected with BAD_FUNC_ARG. */
3454334543
ExpectIntEQ(wc_dilithium_verify_ctx_msg(sig, sizeof(sig), NULL, 0,
34544-
msg, 0xFFFFFFC0u, &res, &key), WC_NO_ERR_TRACE(BAD_FUNC_ARG));
34544+
msg, 0xFFFFFFC0, &res, &key), WC_NO_ERR_TRACE(BAD_FUNC_ARG));
3454534545

3454634546
wc_dilithium_free(&key);
3454734547
DoExpectIntEQ(wc_FreeRng(&rng), 0);

0 commit comments

Comments
 (0)