summaryrefslogtreecommitdiffstats
path: root/libtommath/booker.pl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 09:36:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 09:36:26 (GMT)
commit3bb9dc0307966417a84b0a63e2e7323a5da6bdbd (patch)
tree214a4312e42c30d3410dadf3a497f1c0b012bc02 /libtommath/booker.pl
parentb62b2d6ee4170b8d2cff9e546d67cc24e0c782c6 (diff)
downloadtcl-3bb9dc0307966417a84b0a63e2e7323a5da6bdbd.zip
tcl-3bb9dc0307966417a84b0a63e2e7323a5da6bdbd.tar.gz
tcl-3bb9dc0307966417a84b0a63e2e7323a5da6bdbd.tar.bz2
re-import ltm-0.39, with original RCS-ID's
Diffstat (limited to 'libtommath/booker.pl')
-rw-r--r--libtommath/booker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/booker.pl b/libtommath/booker.pl
index df8b30d..49f1889 100644
--- a/libtommath/booker.pl
+++ b/libtommath/booker.pl
@@ -82,7 +82,7 @@ while (<IN>) {
# scan till next end of comment, e.g. skip license
while (<SRC>) {
$text[$line++] = $_;
- last if ($_ =~ /math\.libtomcrypt\.org/);
+ last if ($_ =~ /math\.libtomcrypt\.com/);
}
<SRC>;
}