From 023db2863e36fe648b62e21c30fda0f38765323b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 17 Sep 2018 20:41:20 +0200 Subject: crypto: turn Zinc into individual modules Signed-off-by: Jason A. Donenfeld --- src/crypto/zinc/selftest/poly1305.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/zinc/selftest/poly1305.h') diff --git a/src/crypto/zinc/selftest/poly1305.h b/src/crypto/zinc/selftest/poly1305.h index 02cd4ba..1439c98 100644 --- a/src/crypto/zinc/selftest/poly1305.h +++ b/src/crypto/zinc/selftest/poly1305.h @@ -818,7 +818,7 @@ static const struct poly1305_testvec poly1305_testvecs[] __initconst = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, } }; -bool __init poly1305_selftest(void) +static bool __init poly1305_selftest(void) { simd_context_t simd_context; bool success = true; -- cgit v1.2.3