diff --git a/test/default/pwhash_scrypt_ll.c b/test/default/pwhash_scrypt_ll.c index 9b3951a4..d51ba6e3 100644 --- a/test/default/pwhash_scrypt_ll.c +++ b/test/default/pwhash_scrypt_ll.c @@ -41,8 +41,8 @@ static void test_vector(const char *password, const char *salt, uint64_t N, return; } - printf("scrypt('%s', '%s', %llu, %lu, %lu, %lu) =\n", password, salt, - (unsigned long long)N, (unsigned long)r, (unsigned long)p, + printf("scrypt('%s', '%s', %lu, %lu, %lu, %lu) =\n", password, salt, + (unsigned long)N, (unsigned long)r, (unsigned long)p, (unsigned long)olen); for (i = 0; i < olen; ++i) {