=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/hash.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/hash.c 2017/12/14 21:07:39 1.4 +++ src/usr.bin/ssh/hash.c 2018/01/13 00:24:09 1.5 @@ -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"