summaryrefslogtreecommitdiff
path: root/lib/libc/hash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/hash')
-rw-r--r--lib/libc/hash/helper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/hash/helper.c b/lib/libc/hash/helper.c
index b5a938666e4..38008aedf22 100644
--- a/lib/libc/hash/helper.c
+++ b/lib/libc/hash/helper.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: helper.c,v 1.14 2015/09/11 09:18:27 guenther Exp $ */
+/* $OpenBSD: helper.c,v 1.15 2015/11/01 03:45:29 guenther Exp $ */
/*
* Copyright (c) 2000 Poul-Henning Kamp <phk@FreeBSD.org>
@@ -35,7 +35,6 @@
#define MINIMUM(a, b) (((a) < (b)) ? (a) : (b))
-/* ARGSUSED */
char *
HASHEnd(HASH_CTX *ctx, char *buf)
{