summaryrefslogtreecommitdiff
path: root/umac-poly128.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-11-30 15:11:47 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-11-30 15:11:47 +0100
commit54a9be1e6015fab3b90e6c656b271f808cdf9750 (patch)
tree154de98c039f80e82e1b62859fed9505536cdb98 /umac-poly128.c
parente053691063525b81fef0021666996cb5a2287582 (diff)
downloadnettle-delete-internal-name-mangling.tar.gz
Delete name mangling of internal umac symbolsdelete-internal-name-mangling
Diffstat (limited to 'umac-poly128.c')
-rw-r--r--umac-poly128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umac-poly128.c b/umac-poly128.c
index 1049b909..3bf95f4c 100644
--- a/umac-poly128.c
+++ b/umac-poly128.c
@@ -105,7 +105,7 @@ poly128_mul (const uint32_t *k, uint64_t *y)
}
void
-_umac_poly128 (const uint32_t *k, uint64_t *y, uint64_t mh, uint64_t ml)
+_nettle_umac_poly128 (const uint32_t *k, uint64_t *y, uint64_t mh, uint64_t ml)
{
uint64_t yh, yl, cy;