diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-01-11 03:11:15 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-01-11 03:11:15 +0000 |
commit | ea8cd283ebeebea68515abc40b7c5deadf0aa9c1 (patch) | |
tree | 6098d235b1fe34926c10f3c1b28b0e79252aee26 /mtest/mpi.c | |
parent | 1c5fda515f96c27d4e3b732d887f418453f1cb14 (diff) |
Update to LibTomMath 0.40
--HG--
branch : libtommath-orig
extra : convert_revision : 1c2b7d389d0682caf980235dad97493e3206389c
Diffstat (limited to 'mtest/mpi.c')
-rw-r--r-- | mtest/mpi.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mtest/mpi.c b/mtest/mpi.c index f7688f3..7c712dd 100644 --- a/mtest/mpi.c +++ b/mtest/mpi.c @@ -6,7 +6,7 @@ Arbitrary precision integer arithmetic library - $Id: mpi.c,v 1.22 2001/09/14 15:11:20 sting Exp sting $ + $Id: mpi.c,v 1.2 2005/05/05 14:38:47 tom Exp $ */ #include "mpi.h" @@ -3979,3 +3979,7 @@ int s_mp_outlen(int bits, int r) /*------------------------------------------------------------------------*/ /* HERE THERE BE DRAGONS */ /* crc==4242132123, version==2, Sat Feb 02 06:43:52 2002 */ + +/* $Source: /cvs/libtom/libtommath/mtest/mpi.c,v $ */ +/* $Revision: 1.2 $ */ +/* $Date: 2005/05/05 14:38:47 $ */ |