summaryrefslogtreecommitdiff
path: root/umac.c
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2017-12-12 15:06:12 +0000
committerDamien Miller <djm@mindrot.org>2017-12-19 15:17:38 +1100
commit012e5cb839faf76549e3b6101b192fe1a74d367e (patch)
tree8144e791fb9e1fc015b29504aaa268f98184149d /umac.c
parentb35addfb4cd3b5cdb56a2a489d38e940ada926c7 (diff)
upstream commit
Create a persistent umac128.c source file: #define the output size and the name of the entry points for UMAC-128 before including umac.c. Idea from FreeBSD. ok dtucker@ OpenBSD-Commit-ID: 463cfacfa07cb8060a4d4961e63dca307bf3f4b1
Diffstat (limited to 'umac.c')
-rw-r--r--umac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umac.c b/umac.c
index b6b256a74..eab831072 100644
--- a/umac.c
+++ b/umac.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: umac.c,v 1.15 2017/11/28 06:09:38 djm Exp $ */ 1/* $OpenBSD: umac.c,v 1.16 2017/12/12 15:06:12 naddy Exp $ */
2/* ----------------------------------------------------------------------- 2/* -----------------------------------------------------------------------
3 * 3 *
4 * umac.c -- C Implementation UMAC Message Authentication 4 * umac.c -- C Implementation UMAC Message Authentication