From d16b1b484a024ee6b35094e7d9d55bf96b96253b Mon Sep 17 00:00:00 2001 From: "dtucker@openbsd.org" Date: Fri, 5 Sep 2025 10:34:35 +0000 Subject: [PATCH] upstream: Tabs->spaces. Removes diff vs portable. OpenBSD-Commit-ID: 06598021a9f08188dab29ac956b2baa002a0ff85 --- umac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umac.c b/umac.c index b51d524d9..8d6e16415 100644 --- a/umac.c +++ b/umac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umac.c,v 1.26 2025/05/24 02:33:33 dtucker Exp $ */ +/* $OpenBSD: umac.c,v 1.27 2025/09/05 10:34:35 dtucker Exp $ */ /* ----------------------------------------------------------------------- * * umac.c -- C Implementation UMAC Message Authentication -- 2.47.3