diff options
Diffstat (limited to 'libtommath/bn_error.c')
-rw-r--r-- | libtommath/bn_error.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libtommath/bn_error.c b/libtommath/bn_error.c index 1546784..1ae6430 100644 --- a/libtommath/bn_error.c +++ b/libtommath/bn_error.c @@ -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 */ static const struct { @@ -41,3 +41,7 @@ char *mp_error_to_string(int code) } #endif + +/* $Source: /cvs/libtom/libtommath/bn_error.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */ |