mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
lcov exclusion
This commit is contained in:
@@ -41,9 +41,11 @@ pickparams(unsigned long long opslimit, const size_t memlimit,
|
||||
}
|
||||
}
|
||||
maxrp = (opslimit / 4) / ((uint64_t) (1) << *N_log2);
|
||||
/* LCOV_EXCL_START */
|
||||
if (maxrp > 0x3fffffff) {
|
||||
maxrp = 0x3fffffff;
|
||||
}
|
||||
/* LCOV_EXCL_STOP */
|
||||
*p = (uint32_t) (maxrp) / *r;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user