Coverage exclusion
This commit is contained in:
parent
217a9330a4
commit
cc92e26a6b
@ -457,7 +457,7 @@ randombytes_salsa20_random_xorhwrand(void)
|
|||||||
unsigned int r;
|
unsigned int r;
|
||||||
|
|
||||||
if (global.rdrand_available == 0) {
|
if (global.rdrand_available == 0) {
|
||||||
return;
|
return; /* LCOV_EXCL_LINE */
|
||||||
}
|
}
|
||||||
(void) _rdrand32_step(&r);
|
(void) _rdrand32_step(&r);
|
||||||
* (uint32_t *) (void *)
|
* (uint32_t *) (void *)
|
||||||
|
Loading…
Reference in New Issue
Block a user