]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authornaddy@openbsd.org <naddy@openbsd.org>
Sat, 13 Jan 2018 00:24:09 +0000 (00:24 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 23 Jan 2018 05:35:07 +0000 (16:35 +1100)
clarify authorship; prodded by and ok markus@

OpenBSD-Commit-ID: e1938eee58c89b064befdabe232835fa83bb378c

hash.c

diff --git a/hash.c b/hash.c
index 21f464e679649d881945c5958c6b93a4b16eefbe..5875d41fafa7eb20228417f666cf4c145b2778de 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -1,6 +1,10 @@
 /* $OpenBSD: hash.c,v 1.4 2017/12/14 21:07:39 naddy Exp $ */
 
-#include "includes.h"
+/* $OpenBSD: hash.c,v 1.5 2018/01/13 00:24:09 naddy Exp $ */
+/*
+ * Public domain. Author: Christian Weisgerber <naddy@openbsd.org>
+ * API compatible reimplementation of function from nacl
+ */
 
 #include "crypto_api.h"