summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sha.c6
-rw-r--r--src/sha.h6
-rw-r--r--src/sha64bit.c6
-rw-r--r--src/sha64bit.h6
4 files changed, 12 insertions, 12 deletions
diff --git a/src/sha.c b/src/sha.c
index fae9bb4..51f472c 100644
--- a/src/sha.c
+++ b/src/sha.c
@@ -3,10 +3,10 @@
*
* Ref: NIST FIPS PUB 180-4 Secure Hash Standard
*
- * Copyright (C) 2003-2016 Mark Shelor, All Rights Reserved
+ * Copyright (C) 2003-2017 Mark Shelor, All Rights Reserved
*
- * Version: 5.96
- * Wed Jul 27 20:04:34 MST 2016
+ * Version: 5.97
+ * Wed Sep 6 02:23:02 MST 2017
*
*/
diff --git a/src/sha.h b/src/sha.h
index ca34741..9fd6feb 100644
--- a/src/sha.h
+++ b/src/sha.h
@@ -3,10 +3,10 @@
*
* Ref: NIST FIPS PUB 180-4 Secure Hash Standard
*
- * Copyright (C) 2003-2016 Mark Shelor, All Rights Reserved
+ * Copyright (C) 2003-2017 Mark Shelor, All Rights Reserved
*
- * Version: 5.96
- * Wed Jul 27 20:04:34 MST 2016
+ * Version: 5.97
+ * Wed Sep 6 02:23:02 MST 2017
*
*/
diff --git a/src/sha64bit.c b/src/sha64bit.c
index 860b52c..be02564 100644
--- a/src/sha64bit.c
+++ b/src/sha64bit.c
@@ -3,10 +3,10 @@
*
* Ref: NIST FIPS PUB 180-4 Secure Hash Standard
*
- * Copyright (C) 2003-2016 Mark Shelor, All Rights Reserved
+ * Copyright (C) 2003-2017 Mark Shelor, All Rights Reserved
*
- * Version: 5.96
- * Wed Jul 27 20:04:34 MST 2016
+ * Version: 5.97
+ * Wed Sep 6 02:23:02 MST 2017
*
*/
diff --git a/src/sha64bit.h b/src/sha64bit.h
index aef4426..4e1d799 100644
--- a/src/sha64bit.h
+++ b/src/sha64bit.h
@@ -3,10 +3,10 @@
*
* Ref: NIST FIPS PUB 180-4 Secure Hash Standard
*
- * Copyright (C) 2003-2016 Mark Shelor, All Rights Reserved
+ * Copyright (C) 2003-2017 Mark Shelor, All Rights Reserved
*
- * Version: 5.96
- * Wed Jul 27 20:04:34 MST 2016
+ * Version: 5.97
+ * Wed Sep 6 02:23:02 MST 2017
*
* The following macros supply placeholder values that enable the
* sha.c module to successfully compile when 64-bit integer types