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_cmp.c'
# # # patch "bn_mp_cmp.c" # from [f48e439ef12bf49c92d8269958c09d2fb7e390ec] # to [d671443879ebd10881e72316c18461ed1db34433] # ============================================================ --- bn_mp_cmp.c f48e439ef12bf49c92d8269958c09d2fb7e390ec +++ bn_mp_cmp.c d671443879ebd10881e72316c18461ed1db34433 @@ -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 */ /* compare two ints (signed)*/ @@ -37,3 +37,7 @@ mp_cmp (mp_int * a, mp_int * b) } } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_cmp.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */