[openssh-commits] [openssh] 02/03: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Feb 9 20:00:50 AEDT 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 1f385f55332db830b0ae22a7663b98279ca2d657
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Feb 8 04:12:32 2018 +0000
upstream commit
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
---
umac128.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/umac128.c b/umac128.c
index af3bd9d3..f7179250 100644
--- a/umac128.c
+++ b/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"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list