diff options
Diffstat (limited to 'libtommath/bn_mp_clear.c')
-rw-r--r-- | libtommath/bn_mp_clear.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/bn_mp_clear.c b/libtommath/bn_mp_clear.c index 3d5a7f8..d08f456 100644 --- a/libtommath/bn_mp_clear.c +++ b/libtommath/bn_mp_clear.c @@ -36,6 +36,6 @@ mp_clear (mp_int * a) } #endif -/* $Source$ */ -/* $Revision$ */ -/* $Date$ */ +/* ref: $Format:%D$ */ +/* git commit: $Format:%H$ */ +/* commit time: $Format:%ai$ */ |