lcov exclusion

This commit is contained in:
Frank Denis 2014-09-16 20:51:04 -07:00
parent 37580f4f52
commit c54b05a1e5

View File

@ -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 = {