summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index cb9ba982c..284bff9d3 100644
--- a/hash.c
+++ b/hash.c
@@ -1,6 +1,6 @@
1/* $OpenBSD: hash.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */ 1/* $OpenBSD: hash.c,v 1.3 2013/12/09 11:03:45 markus Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_hash/sha512/ref/hash.c */ 3/* Copied from nacl-20110221/crypto_hash/sha512/ref/hash.c */
4 4
5/* 5/*
620080913 620080913