summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_read_signed_bin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/bn_mp_read_signed_bin.c')
-rw-r--r--libtommath/bn_mp_read_signed_bin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/bn_mp_read_signed_bin.c b/libtommath/bn_mp_read_signed_bin.c
index a4d4760..363e11f 100644
--- a/libtommath/bn_mp_read_signed_bin.c
+++ b/libtommath/bn_mp_read_signed_bin.c
@@ -36,6 +36,6 @@ int mp_read_signed_bin (mp_int * a, const unsigned char *b, int c)
}
#endif
-/* $Source$ */
-/* $Revision$ */
-/* $Date$ */
+/* ref: $Format:%D$ */
+/* git commit: $Format:%H$ */
+/* commit time: $Format:%ai$ */