summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_init_size.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 13:17:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 13:17:42 (GMT)
commite37816295674d1f53f8a42ed360885bfd7b1bb26 (patch)
treeaab3e98644bbfdde7cee9e7d0644843efc3b481b /libtommath/bn_mp_init_size.c
parentd7240e068504daa6bd88d4997196572f848e29ad (diff)
parent8f3d2ff6163cce22d1c9b8c00a0051a9164fed0d (diff)
downloadtcl-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_init_size.c')
-rw-r--r--libtommath/bn_mp_init_size.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libtommath/bn_mp_init_size.c b/libtommath/bn_mp_init_size.c
index 8e01418..8ed2c2a 100644
--- a/libtommath/bn_mp_init_size.c
+++ b/libtommath/bn_mp_init_size.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
*/
/* init an mp_init for a given size */
@@ -42,7 +42,3 @@ int mp_init_size (mp_int * a, int size)
return MP_OKAY;
}
#endif
-
-/* $Source: /cvs/libtom/libtommath/bn_mp_init_size.c,v $ */
-/* $Revision: 1.4 $ */
-/* $Date: 2006/12/28 01:25:13 $ */