Coverage exclusion

This commit is contained in:
Frank Denis 2017-12-01 17:23:16 +01:00
parent 217a9330a4
commit cc92e26a6b

View File

@ -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 *)