diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2017-12-12 16:06:12 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-12-19 05:17:38 +0100 |
commit | 012e5cb839faf76549e3b6101b192fe1a74d367e (patch) | |
tree | 8144e791fb9e1fc015b29504aaa268f98184149d /umac.c | |
parent | Update .depend with empty config.h (diff) | |
download | openssh-012e5cb839faf76549e3b6101b192fe1a74d367e.tar.xz openssh-012e5cb839faf76549e3b6101b192fe1a74d367e.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |