summaryrefslogtreecommitdiffstats
path: root/libtommath/booker.pl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 13:20:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 13:20:06 (GMT)
commit2f7b3b25a44b2d4cae788262d093a4c2cbfee216 (patch)
tree02c154fcc3fcad9cbbb9be91ecb192bd6cf75ebf /libtommath/booker.pl
parent072f17eb971ae3d3aff015ca39063774c876a17a (diff)
parente37816295674d1f53f8a42ed360885bfd7b1bb26 (diff)
downloadtcl-2f7b3b25a44b2d4cae788262d093a4c2cbfee216.zip
tcl-2f7b3b25a44b2d4cae788262d093a4c2cbfee216.tar.gz
tcl-2f7b3b25a44b2d4cae788262d093a4c2cbfee216.tar.bz2
Revert previous commit: I was not aware that we have a fork of libtommathmistake_20110314
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 49f1889..df8b30d 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\.com/);
+ last if ($_ =~ /math\.libtomcrypt\.org/);
}
<SRC>;
}