From: naddy Date: Sat, 13 Jan 2018 00:24:09 +0000 (+0000) Subject: clarify authorship; prodded by and ok markus@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=40af843814e9797dfb23164955b1bfddbc2f7616;p=openbsd clarify authorship; prodded by and ok markus@ --- diff --git a/usr.bin/ssh/hash.c b/usr.bin/ssh/hash.c index bc87808a3a0..14de33bdec8 100644 --- a/usr.bin/ssh/hash.c +++ b/usr.bin/ssh/hash.c @@ -1,4 +1,8 @@ -/* $OpenBSD: hash.c,v 1.4 2017/12/14 21:07:39 naddy Exp $ */ +/* $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"