summaryrefslogtreecommitdiff
path: root/umac-nh-n.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-nh-n.c
parente053691063525b81fef0021666996cb5a2287582 (diff)
downloadnettle-delete-internal-name-mangling.tar.gz
Delete name mangling of internal umac symbolsdelete-internal-name-mangling
Diffstat (limited to 'umac-nh-n.c')
-rw-r--r--umac-nh-n.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/umac-nh-n.c b/umac-nh-n.c
index 7c399897..0932112a 100644
--- a/umac-nh-n.c
+++ b/umac-nh-n.c
@@ -49,8 +49,8 @@ _nettle_umac_nh_n_c (uint64_t *out, unsigned n, const uint32_t *key,
#endif
void
-_umac_nh_n (uint64_t *out, unsigned n, const uint32_t *key,
- unsigned length, const uint8_t *msg)
+_nettle_umac_nh_n (uint64_t *out, unsigned n, const uint32_t *key,
+ unsigned length, const uint8_t *msg)
{
assert (length > 0);
assert (length <= 1024);