From 9da429b4a0cc3b77ce5fdb321e432b42841b566b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 30 Nov 2020 12:14:40 +0100 Subject: Delete name mangling of internal Camellia symbols --- camellia-absorb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camellia-absorb.c') diff --git a/camellia-absorb.c b/camellia-absorb.c index d865dc6d..60646dcd 100644 --- a/camellia-absorb.c +++ b/camellia-absorb.c @@ -55,7 +55,7 @@ #include "macros.h" void -_camellia_absorb(unsigned nkeys, uint64_t *dst, uint64_t *subkey) +_nettle_camellia_absorb(unsigned nkeys, uint64_t *dst, uint64_t *subkey) { uint64_t kw2, kw4; uint32_t dw, tl, tr; -- cgit v1.2.1