commit | ce457a54ff33ebb08e99e1b6518780cedbe5563f | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Thu May 13 17:24:35 1999 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Thu May 13 17:24:35 1999 +0000 |
tree | c6537151a8b61916f543d694abfdf88f010db684 | |
parent | 90ba7e21e1e04ba833c807bcb3dc2bdc5136a6b5 [diff] [blame] |
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 "";