diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 13:17:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 13:17:42 (GMT) |
commit | e37816295674d1f53f8a42ed360885bfd7b1bb26 (patch) | |
tree | aab3e98644bbfdde7cee9e7d0644843efc3b481b /libtommath/bn_mp_cmp_mag.c | |
parent | d7240e068504daa6bd88d4997196572f848e29ad (diff) | |
parent | 8f3d2ff6163cce22d1c9b8c00a0051a9164fed0d (diff) | |
download | tcl-e37816295674d1f53f8a42ed360885bfd7b1bb26.zip tcl-e37816295674d1f53f8a42ed360885bfd7b1bb26.tar.gz tcl-e37816295674d1f53f8a42ed360885bfd7b1bb26.tar.bz2 |
Revert previous commit: I was not aware that we have a fork of libtommathmistake_20110314a
Diffstat (limited to 'libtommath/bn_mp_cmp_mag.c')
-rw-r--r-- | libtommath/bn_mp_cmp_mag.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libtommath/bn_mp_cmp_mag.c b/libtommath/bn_mp_cmp_mag.c index 693eb7c..3506d2b 100644 --- a/libtommath/bn_mp_cmp_mag.c +++ b/libtommath/bn_mp_cmp_mag.c @@ -12,7 +12,7 @@ * The library is free for all purposes without any express * guarantee it works. * - * Tom St Denis, tomstdenis@gmail.com, http://libtom.org + * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com */ /* compare maginitude of two ints (unsigned) */ @@ -49,7 +49,3 @@ int mp_cmp_mag (mp_int * a, mp_int * b) return MP_EQ; } #endif - -/* $Source: /cvs/libtom/libtommath/bn_mp_cmp_mag.c,v $ */ -/* $Revision: 1.4 $ */ -/* $Date: 2006/12/28 01:25:13 $ */ |