mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Coverage exclusion
This commit is contained in:
@@ -457,7 +457,7 @@ randombytes_salsa20_random_xorhwrand(void)
|
||||
unsigned int r;
|
||||
|
||||
if (global.rdrand_available == 0) {
|
||||
return;
|
||||
return; /* LCOV_EXCL_LINE */
|
||||
}
|
||||
(void) _rdrand32_step(&r);
|
||||
* (uint32_t *) (void *)
|
||||
|
||||
Reference in New Issue
Block a user