diff --git a/crypto/README b/crypto/README index a3c5ccf50a1c..28b7b9a115e9 100644 --- a/crypto/README +++ b/crypto/README @@ -1,9 +1,7 @@ -$FreeBSD$ - This directory is for the EXACT same use as src/contrib, except it holds crypto sources. In other words, this holds raw sources obtained from various third party vendors, with FreeBSD patches applied. No compilation is done from this directory, it is all done from the src/secure directory. The separation between src/contrib and src/crypto is the result of an old USA law, which made these sources export controlled, so they had to be kept separate. diff --git a/sys/dev/cxgb/bin2h.pl b/sys/dev/cxgb/bin2h.pl index 8d132be43ffb..46ed98de77be 100644 --- a/sys/dev/cxgb/bin2h.pl +++ b/sys/dev/cxgb/bin2h.pl @@ -1,79 +1,76 @@ #!/usr/bin/perl -w if ($#ARGV != 1) { print "bin2h.pl \n"; exit 1; } my $success = open INPUT, "$ARGV[0]"; unless ($success) { print "failed to open input\n"; exit 1; } $success = open OUTPUT, ">$ARGV[1].h"; unless ($success) { print "failed to open output\n"; exit 1; } my $license = <