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_dr_setup.c'

#
#
# patch "bn_mp_dr_setup.c"
#  from [bd378fd2525c0d744ffeccebc38703c189f4a140]
#    to [d5f860f0fa662e85db3871a63ea7026318140f51]
#
============================================================
--- bn_mp_dr_setup.c	bd378fd2525c0d744ffeccebc38703c189f4a140
+++ bn_mp_dr_setup.c	d5f860f0fa662e85db3871a63ea7026318140f51
@@ -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
  */

 /* determines the setup value */
@@ -26,3 +26,7 @@ void mp_dr_setup(mp_int *a, mp_digit *d)
 }

 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_dr_setup.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */