The unified diff between revisions [40ab3795..] and [66d004ad..] is displayed below. It can also be downloaded as a raw diff.

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

#
#
# patch "bn_mp_cmp_d.c"
#  from [a3e0a785b17ac01577ef58cebd7df89baa4a0dc9]
#    to [1b074dab32ee11b2c4ee6962f456c61f56a79797]
#
============================================================
--- bn_mp_cmp_d.c	a3e0a785b17ac01577ef58cebd7df89baa4a0dc9
+++ bn_mp_cmp_d.c	1b074dab32ee11b2c4ee6962f456c61f56a79797
@@ -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
  */

 /* compare a digit */
@@ -38,3 +38,7 @@ int mp_cmp_d(mp_int * a, mp_digit b)
   }
 }
 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_cmp_d.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */