From: naddy@openbsd.org Date: Sat, 13 Jan 2018 00:24:09 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_7_7_P1~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a69bbb07cd6fb4dfb9bdcacd370ab26d0a2b4215;p=thirdparty%2Fopenssh-portable.git upstream commit clarify authorship; prodded by and ok markus@ OpenBSD-Commit-ID: e1938eee58c89b064befdabe232835fa83bb378c --- diff --git a/hash.c b/hash.c index 21f464e67..5875d41fa 100644 --- 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 + * API compatible reimplementation of function from nacl + */ #include "crypto_api.h"