Oops. Close the file.
authorUlf Möller <ulf@openssl.org>
Thu, 13 May 1999 17:24:35 +0000 (17:24 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 13 May 1999 17:24:35 +0000 (17:24 +0000)
util/mk1mf.pl
util/mkdef.pl

index 90943de3dcc3ea8874df7116880f9c51409d3e4f..355143b703d84815746cde04b3ef91c67fa0be8b 100755 (executable)
@@ -15,6 +15,7 @@ while(<IN>) {
     $options=$1 if (/^OPTIONS=(.*)$/);
     $INSTALLTOP=$1 if (/^INSTALLTOP=(.*$)/);
 }
+close(IN);
 
 die "Makefile.ssl is not the toplevel Makefile!\n" if $ssl_version eq "";
 
index 1f05fe040f845170e85b94752b3d49d354eec2f0..9987387a30c07514a08e4b2fe4fc372b50323c16 100755 (executable)
@@ -24,6 +24,7 @@ open(IN,"<Makefile.ssl") || die "unable to open Makefile.ssl!\n";
 while(<IN>) {
     $options=$1 if (/^OPTIONS=(.*)$/);
 }
+close(IN);
 
 foreach (@ARGV, split(/ /, $options))
        {