aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat/memneq
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-06-28 04:27:31 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-06-28 05:28:54 +0200
commitf14f7ff5f9e15acadd7cf5ba2d796c73e7697a2e (patch)
treedf3c9fa35839ee9f7afe5bd7a93ad1d09a38f9a3 /src/compat/memneq
parentglobal: cleanup IP header checking (diff)
downloadwireguard-monolithic-historical-f14f7ff5f9e15acadd7cf5ba2d796c73e7697a2e.tar.xz
wireguard-monolithic-historical-f14f7ff5f9e15acadd7cf5ba2d796c73e7697a2e.zip
compat: do not export symbols unnecessarily
Diffstat (limited to 'src/compat/memneq')
-rw-r--r--src/compat/memneq/memneq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compat/memneq/memneq.c b/src/compat/memneq/memneq.c
index b85cd9e..0bcb4b8 100644
--- a/src/compat/memneq/memneq.c
+++ b/src/compat/memneq/memneq.c
@@ -166,6 +166,5 @@ noinline unsigned long __crypto_memneq(const void *a, const void *b,
return __crypto_memneq_generic(a, b, size);
}
}
-EXPORT_SYMBOL(__crypto_memneq);
#endif /* __HAVE_ARCH_CRYPTO_MEMNEQ */