Update dependencies.
[oweals/openssl.git] / util / mkdef.pl
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))
        {