diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2018-01-13 01:24:09 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-01-23 06:35:07 +0100 |
commit | a69bbb07cd6fb4dfb9bdcacd370ab26d0a2b4215 (patch) | |
tree | a15ede3b35888f983649a4143293ca4c9dad954d /hash.c | |
parent | upstream commit (diff) | |
download | openssh-a69bbb07cd6fb4dfb9bdcacd370ab26d0a2b4215.tar.xz openssh-a69bbb07cd6fb4dfb9bdcacd370ab26d0a2b4215.zip |
upstream commit
clarify authorship; prodded by and ok markus@
OpenBSD-Commit-ID: e1938eee58c89b064befdabe232835fa83bb378c
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |