summaryrefslogtreecommitdiff
path: root/umac-nh.c
diff options
context:
space:
mode:
Diffstat (limited to 'umac-nh.c')
-rw-r--r--umac-nh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umac-nh.c b/umac-nh.c
index 9afbe804..309c3602 100644
--- a/umac-nh.c
+++ b/umac-nh.c
@@ -47,7 +47,7 @@ _nettle_umac_nh_c (const uint32_t *key, unsigned length, const uint8_t *msg);
#endif
uint64_t
-_umac_nh (const uint32_t *key, unsigned length, const uint8_t *msg)
+_nettle_umac_nh (const uint32_t *key, unsigned length, const uint8_t *msg)
{
uint64_t y;