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

#
#
# patch "bn_mp_grow.c"
#  from [5d24eb35c5e6eeb36e58dc477f570f308e31b86c]
#    to [371fba672eba9a36894e37f7c87333eca9d13a58]
#
============================================================
--- bn_mp_grow.c	5d24eb35c5e6eeb36e58dc477f570f308e31b86c
+++ bn_mp_grow.c	371fba672eba9a36894e37f7c87333eca9d13a58
@@ -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
  */

 /* grow as required */
@@ -51,3 +51,7 @@ int mp_grow (mp_int * a, int size)
   return MP_OKAY;
 }
 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_grow.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */