diff booker.pl @ 142:d29b64170cf0 libtommath-orig

import of libtommath 0.32
author Matt Johnston <matt@ucc.asn.au>
date Sun, 19 Dec 2004 11:33:56 +0000
parents 86e0b50a9b58
children
line wrap: on
line diff
--- a/booker.pl	Tue Jun 15 14:42:57 2004 +0000
+++ b/booker.pl	Sun Dec 19 11:33:56 2004 +0000
@@ -82,8 +82,9 @@
          # scan till next end of comment, e.g. skip license 
          while (<SRC>) {
             $text[$line++] = $_;
-            last if ($_ =~ /tommath\.h/);
+            last if ($_ =~ /math\.libtomcrypt\.org/);
          }
+         <SRC>;   
       }
       
       $inline = 0;