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

#
#
# patch "bn_mp_clear_multi.c"
#  from [30f79c92867e21713828f674e9f125602d1edbfb]
#    to [6d62953c54210dec638be9f5a2294f83a619b40e]
#
============================================================
--- bn_mp_clear_multi.c	30f79c92867e21713828f674e9f125602d1edbfb
+++ bn_mp_clear_multi.c	6d62953c54210dec638be9f5a2294f83a619b40e
@@ -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
  */
 #include <stdarg.h>

@@ -28,3 +28,7 @@ void mp_clear_multi(mp_int *mp, ...)
     va_end(args);
 }
 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_clear_multi.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */