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

#
#
# patch "bn_mp_abs.c"
#  from [5ee072348880edcf0c2830885697a4233734580d]
#    to [cc89fc43ae13f246ad1ab978ed599c93d4cb01b9]
#
============================================================
--- bn_mp_abs.c	5ee072348880edcf0c2830885697a4233734580d
+++ bn_mp_abs.c	cc89fc43ae13f246ad1ab978ed599c93d4cb01b9
@@ -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
  */

 /* b = |a|
@@ -37,3 +37,7 @@ mp_abs (mp_int * a, mp_int * b)
   return MP_OKAY;
 }
 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_abs.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */