summaryrefslogtreecommitdiffstats
path: root/libtommath/booker.pl
diff options
context:
space:
mode:
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>;
}