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

#
#
# patch "bn_error.c"
#  from [a3f1d67e5952a5288a5e3b25ae1af448d0c55323]
#    to [2d913fbe9f26b513548a5b439ce5a2fc0439bfab]
#
============================================================
--- bn_error.c	a3f1d67e5952a5288a5e3b25ae1af448d0c55323
+++ bn_error.c	2d913fbe9f26b513548a5b439ce5a2fc0439bfab
@@ -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
  */

 static const struct {
@@ -41,3 +41,7 @@ char *mp_error_to_string(int code)
 }

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