upstream commit

clarify authorship; prodded by and ok markus@

OpenBSD-Commit-ID: e1938eee58c89b064befdabe232835fa83bb378c
This commit is contained in:
naddy@openbsd.org 2018-01-13 00:24:09 +00:00 committed by Damien Miller
parent 04214b30be
commit a69bbb07cd
1 changed files with 5 additions and 1 deletions

6
hash.c
View File

@ -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"