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_copy.c'
# # # patch "bn_mp_copy.c" # from [a548ebca4bf8db0dca759222dfa976b97d551c89] # to [d56eca4a86a1aced85aa6d4349460326416a87cf] # ============================================================ --- bn_mp_copy.c a548ebca4bf8db0dca759222dfa976b97d551c89 +++ bn_mp_copy.c d56eca4a86a1aced85aa6d4349460326416a87cf @@ -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 */ /* copy, b = a */ @@ -62,3 +62,7 @@ mp_copy (mp_int * a, mp_int * b) return MP_OKAY; } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_copy.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */