The unified diff between revisions [2b4b13ac..] and [1c2b7d38..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'bn_mp_get_int.c'

#
#
# patch "bn_mp_get_int.c"
#  from [c161ac67fec2fda9279c294f69845fd44cabfa6d]
#    to [e56841a81a3b93ec8afe25f144f8990b5b27e5b7]
#
============================================================
--- bn_mp_get_int.c	c161ac67fec2fda9279c294f69845fd44cabfa6d
+++ bn_mp_get_int.c	e56841a81a3b93ec8afe25f144f8990b5b27e5b7
@@ -12,7 +12,7 @@
  * The library is free for all purposes without any express
  * guarantee it works.
  *
- * Tom St Denis, tomstdenis@iahu.ca, http://math.libtomcrypt.org
+ * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
  */

 /* get the lower 32-bits of an mp_int */
@@ -39,3 +39,7 @@ unsigned long mp_get_int(mp_int * a)
   return res & 0xFFFFFFFFUL;
 }
 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_get_int.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */