summaryrefslogtreecommitdiff
path: root/umac-poly128.c
diff options
context:
space:
mode:
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;