summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-07 11:27:47 +1100
committerDamien Miller <djm@mindrot.org>2013-12-07 11:27:47 +1100
commit3cccc0e155229a2f2d86b6df40bd4559b4f960ff (patch)
tree3eb6edd51da4c0ab5c2bb503f959760c1339aaf3 /hash.c
parenta7827c11b3f0380b7e593664bd62013ff9c131db (diff)
downloadopenssh-git-3cccc0e155229a2f2d86b6df40bd4559b4f960ff.tar.gz
- [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h]
[ge25519_base.data hash.c sc25519.c sc25519.h verify.c] Fix RCS idents
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 3298a0bb..cb9ba982 100644
--- a/hash.c
+++ b/hash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: */
+/* $OpenBSD: hash.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
/* Public Domain, from supercop-20130419/crypto_hash/sha512/ref/hash.c */