comparison 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
comparison
equal deleted inserted replaced
19:e1037a1e12e7 142:d29b64170cf0
80 80
81 if ($skipheader == 1) { 81 if ($skipheader == 1) {
82 # scan till next end of comment, e.g. skip license 82 # scan till next end of comment, e.g. skip license
83 while (<SRC>) { 83 while (<SRC>) {
84 $text[$line++] = $_; 84 $text[$line++] = $_;
85 last if ($_ =~ /tommath\.h/); 85 last if ($_ =~ /math\.libtomcrypt\.org/);
86 } 86 }
87 <SRC>;
87 } 88 }
88 89
89 $inline = 0; 90 $inline = 0;
90 while (<SRC>) { 91 while (<SRC>) {
91 $text[$line++] = $_; 92 $text[$line++] = $_;