summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2018-01-13 00:24:09 +0000
committerDamien Miller <djm@mindrot.org>2018-01-23 16:35:07 +1100
commita69bbb07cd6fb4dfb9bdcacd370ab26d0a2b4215 (patch)
treea15ede3b35888f983649a4143293ca4c9dad954d /hash.c
parent04214b30be3d3e73a01584db4e040d5ccbaaddd4 (diff)
upstream commit
clarify authorship; prodded by and ok markus@ OpenBSD-Commit-ID: e1938eee58c89b064befdabe232835fa83bb378c
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 21f464e67..5875d41fa 100644
--- a/hash.c
+++ b/hash.c
@@ -1,6 +1,10 @@
1/* $OpenBSD: hash.c,v 1.4 2017/12/14 21:07:39 naddy Exp $ */ 1/* $OpenBSD: hash.c,v 1.4 2017/12/14 21:07:39 naddy Exp $ */
2 2
3#include "includes.h" 3/* $OpenBSD: hash.c,v 1.5 2018/01/13 00:24:09 naddy Exp $ */
4/*
5 * Public domain. Author: Christian Weisgerber <naddy@openbsd.org>
6 * API compatible reimplementation of function from nacl
7 */
4 8
5#include "crypto_api.h" 9#include "crypto_api.h"
6 10