Oops. Close the file.
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 90943de..355143b 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -15,6 +15,7 @@
     $options=$1 if (/^OPTIONS=(.*)$/);
     $INSTALLTOP=$1 if (/^INSTALLTOP=(.*$)/);
 }
+close(IN);
 
 die "Makefile.ssl is not the toplevel Makefile!\n" if $ssl_version eq "";
 
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 1f05fe0..9987387 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -24,6 +24,7 @@
 while(<IN>) {
     $options=$1 if (/^OPTIONS=(.*)$/);
 }
+close(IN);
 
 foreach (@ARGV, split(/ /, $options))
 	{