lcov exclusion
This commit is contained in:
parent
37580f4f52
commit
c54b05a1e5
@ -86,12 +86,13 @@ crypto_onetimeauth_poly1305_donna_final(crypto_onetimeauth_poly1305_state *state
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* LCOV_EXCL_START */
|
||||||
const char *
|
const char *
|
||||||
crypto_onetimeauth_poly1305_donna_implementation_name(void)
|
crypto_onetimeauth_poly1305_donna_implementation_name(void)
|
||||||
{
|
{
|
||||||
return POLY1305_IMPLEMENTATION_NAME;
|
return POLY1305_IMPLEMENTATION_NAME;
|
||||||
}
|
}
|
||||||
|
/* LCOV_EXCL_STOP */
|
||||||
|
|
||||||
struct crypto_onetimeauth_poly1305_implementation
|
struct crypto_onetimeauth_poly1305_implementation
|
||||||
crypto_onetimeauth_poly1305_donna_implementation = {
|
crypto_onetimeauth_poly1305_donna_implementation = {
|
||||||
|
Loading…
Reference in New Issue
Block a user