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

#
#
# patch "bn_mp_div.c"
#  from [0f214a2ee7c1cfd6152ebd473d2f04db67f2f86c]
#    to [1603878fe4fe2c8c763a985369744f1d526f586e]
#
============================================================
--- bn_mp_div.c	0f214a2ee7c1cfd6152ebd473d2f04db67f2f86c
+++ bn_mp_div.c	1603878fe4fe2c8c763a985369744f1d526f586e
@@ -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
  */

 #ifdef BN_MP_DIV_SMALL
@@ -286,3 +286,7 @@ LBL_Q:mp_clear (&q);
 #endif

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