diff options
Diffstat (limited to 'libtommath/bn_mp_rshd.c')
-rw-r--r-- | libtommath/bn_mp_rshd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libtommath/bn_mp_rshd.c b/libtommath/bn_mp_rshd.c index ebc8d5f..e6095b3 100644 --- a/libtommath/bn_mp_rshd.c +++ b/libtommath/bn_mp_rshd.c @@ -66,7 +66,3 @@ void mp_rshd (mp_int * a, int b) a->used -= b; } #endif - -/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_rshd.c,v $ */ -/* $Revision: 1.1.1.3 $ */ -/* $Date: 2006/12/01 00:08:11 $ */ |