summaryrefslogtreecommitdiffhomepage
path: root/libtommath/bn_mp_prime_miller_rabin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_prime_miller_rabin.c')
-rw-r--r--libtommath/bn_mp_prime_miller_rabin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/bn_mp_prime_miller_rabin.c b/libtommath/bn_mp_prime_miller_rabin.c
index 7b5c8d2..7de0634 100644
--- a/libtommath/bn_mp_prime_miller_rabin.c
+++ b/libtommath/bn_mp_prime_miller_rabin.c
@@ -98,6 +98,6 @@ LBL_N1:mp_clear (&n1);
}
#endif
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref: $Format:%D$ */
+/* git commit: $Format:%H$ */
+/* commit time: $Format:%ai$ */