From 40af843814e9797dfb23164955b1bfddbc2f7616 Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 13 Jan 2018 00:24:09 +0000 Subject: [PATCH] clarify authorship; prodded by and ok markus@ --- usr.bin/ssh/hash.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- 2.20.1