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_init_copy.c'
# # # patch "bn_mp_init_copy.c" # from [85088498a8625eb86dd85679e1f39c7757561fa2] # to [fd7c20c0ee3473615de23c59074cf5c6757a20ca] # ============================================================ --- bn_mp_init_copy.c 85088498a8625eb86dd85679e1f39c7757561fa2 +++ bn_mp_init_copy.c fd7c20c0ee3473615de23c59074cf5c6757a20ca @@ -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 */ /* creates "a" then copies b into it */ @@ -26,3 +26,7 @@ int mp_init_copy (mp_int * a, mp_int * b return mp_copy (b, a); } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_init_copy.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */