From 012e5cb839faf76549e3b6101b192fe1a74d367e Mon Sep 17 00:00:00 2001 From: "naddy@openbsd.org" Date: Tue, 12 Dec 2017 15:06:12 +0000 Subject: 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 --- umac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'umac.c') diff --git a/umac.c b/umac.c index b6b256a74..eab831072 100644 --- a/umac.c +++ b/umac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umac.c,v 1.15 2017/11/28 06:09:38 djm Exp $ */ +/* $OpenBSD: umac.c,v 1.16 2017/12/12 15:06:12 naddy Exp $ */ /* ----------------------------------------------------------------------- * * umac.c -- C Implementation UMAC Message Authentication -- cgit v1.2.3