Skip to content

Commit

Permalink
upstream commit
Browse files Browse the repository at this point in the history
Rename struct umac_ctx to umac128_ctx too.  In portable
some linkers complain about two symbols with the same name having differing
sizes.  ok djm@

OpenBSD-Commit-ID: cbebf8bdd3310a9795b4939a1e112cfe24061ca3
  • Loading branch information
daztucker authored and djmdjm committed Feb 9, 2018
1 parent f1f047f commit 1f385f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion umac128.c
@@ -1,9 +1,10 @@
/* $OpenBSD: umac128.c,v 1.1 2017/12/12 15:06:12 naddy Exp $ */
/* $OpenBSD: umac128.c,v 1.2 2018/02/08 04:12:32 dtucker Exp $ */

#define UMAC_OUTPUT_LEN 16
#define umac_new umac128_new
#define umac_update umac128_update
#define umac_final umac128_final
#define umac_delete umac128_delete
#define umac_ctx umac128_ctx

#include "umac.c"

0 comments on commit 1f385f5

Please sign in to comment.