Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssh/dist xor32 may be unused, mark i...
details: https://anonhg.NetBSD.org/src/rev/6478725fa4c9
branches: trunk
changeset: 333306:6478725fa4c9
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Oct 28 21:36:30 2014 +0000
description:
xor32 may be unused, mark it so.
diffstat:
crypto/external/bsd/openssh/dist/umac.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8ad95ff92c14 -r 6478725fa4c9 crypto/external/bsd/openssh/dist/umac.c
--- a/crypto/external/bsd/openssh/dist/umac.c Tue Oct 28 21:36:16 2014 +0000
+++ b/crypto/external/bsd/openssh/dist/umac.c Tue Oct 28 21:36:30 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umac.c,v 1.7 2014/10/20 10:31:32 martin Exp $ */
+/* $NetBSD: umac.c,v 1.8 2014/10/28 21:36:30 joerg Exp $ */
/* $OpenBSD: umac.c,v 1.11 2014/07/22 07:13:42 guenther Exp $ */
/* -----------------------------------------------------------------------
*
@@ -67,7 +67,7 @@
/* ---------------------------------------------------------------------- */
#include "includes.h"
-__RCSID("$NetBSD: umac.c,v 1.7 2014/10/20 10:31:32 martin Exp $");
+__RCSID("$NetBSD: umac.c,v 1.8 2014/10/28 21:36:30 joerg Exp $");
#include <sys/types.h>
#include <sys/endian.h>
#include <string.h>
@@ -239,7 +239,7 @@
memcpy(dp + sizeof(dst) * di, &dst, sizeof(dst));
}
-static inline void
+__unused static inline void
xor32(uint8_t *dp, int di, uint8_t *sp, int si)
{
uint32_t dst, src;
Home |
Main Index |
Thread Index |
Old Index