We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e63a0 commit cc223d1Copy full SHA for cc223d1
1 file changed
tests/api.c
@@ -42578,7 +42578,7 @@ static int test_wolfSSL_TXT_DB(void)
42578
42579
/* Test index */
42580
ExpectIntEQ(TXT_DB_create_index(db, 3, NULL,
42581
- (wolf_sk_hash_cb)(long unsigned int)TXT_DB_hash,
+ (wolf_sk_hash_cb)(wc_ptr_t)TXT_DB_hash,
42582
(wolf_lh_compare_cb)TXT_DB_cmp), 1);
42583
ExpectNotNull(TXT_DB_get_by_index(db, 3, (WOLFSSL_STRING*)fields));
42584
fields[3] = "12DA";
0 commit comments