artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a22774
)
clarify authorship; prodded by and ok markus@
author
naddy
<naddy@openbsd.org>
Sat, 13 Jan 2018 00:24:09 +0000
(
00:24
+0000)
committer
naddy
<naddy@openbsd.org>
Sat, 13 Jan 2018 00:24:09 +0000
(
00:24
+0000)
usr.bin/ssh/hash.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/hash.c
b/usr.bin/ssh/hash.c
index
bc87808
..
14de33b
100644
(file)
--- 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 <naddy@openbsd.org>
+ * API compatible reimplementation of function from nacl
+ */
#include "crypto_api.h"