summaryrefslogtreecommitdiff
path: root/src/libtom/tomcrypt.h
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2014-06-22 20:11:46 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2014-06-22 20:15:21 -0700
commitde67e51324fc7ecfb553046938b2f734e48ce9e7 (patch)
tree014b569f4dbe757b474fe0cc8bbc5d050ad0f6aa /src/libtom/tomcrypt.h
parent33859d41784c85a64da5b6cf8856f086b2c77b8f (diff)
parent780eb557aedd3de7689aa215b3f13082dc60e2e1 (diff)
downloadpycrypto-de67e51324fc7ecfb553046938b2f734e48ce9e7.tar.gz
Upgrade libtomcrypt 1.16 -> 1.17 (LP#1264130)
This should fix a FreeBSD build issue: https://bugs.launchpad.net/pycrypto/+bug/1264130 Thanks to Richard Mitchell <richard.j.mitchell@gmail.com> for suggesting how to fix this.
Diffstat (limited to 'src/libtom/tomcrypt.h')
-rw-r--r--src/libtom/tomcrypt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libtom/tomcrypt.h b/src/libtom/tomcrypt.h
index 5e127dc..72ebdcb 100644
--- a/src/libtom/tomcrypt.h
+++ b/src/libtom/tomcrypt.h
@@ -16,8 +16,8 @@ extern "C" {
#endif
/* version */
-#define CRYPT 0x0116
-#define SCRYPT "1.16"
+#define CRYPT 0x0117
+#define SCRYPT "1.17"
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
#define MAXBLOCKSIZE 128
@@ -83,5 +83,5 @@ enum {
/* $Source: /cvs/libtom/libtomcrypt/src/headers/tomcrypt.h,v $ */
-/* $Revision: 1.20 $ */
-/* $Date: 2006/11/26 01:45:14 $ */
+/* $Revision: 1.21 $ */
+/* $Date: 2006/12/16 19:34:05 $ */