Update CMake

This commit is contained in:
Zhi Guan
2026-06-19 21:01:20 +08:00
parent c87b8e01e0
commit 2d37e9b991
10 changed files with 119 additions and 51 deletions

View File

@@ -20,7 +20,7 @@
#define TEST_PBKDF2_MAX_SALT_SIZE 36
#define TEST_PBKDF2_MAX_DK_SIZE 65
#ifndef ENABLE_LONG_TEST
#ifndef ENABLE_SLOW_TEST
#define TEST_PBKDF2_MAX_ITERATION_COUNT 1000000
#endif
@@ -70,7 +70,7 @@ static int test_pbkdf2_hmac_wycheproof(const char *name, const DIGEST *digest,
size_t expected_len;
int ret;
#ifndef ENABLE_LONG_TEST
#ifndef ENABLE_SLOW_TEST
if (tv->iteration_count > TEST_PBKDF2_MAX_ITERATION_COUNT) {
fprintf(stderr, "%s tcId %d skipped: iteration_count = %zu\n",
name, tv->tc_id, tv->iteration_count);