From: Ulf Möller Date: Thu, 29 Apr 1999 16:22:55 +0000 (+0000) Subject: Close files. X-Git-Tag: OpenSSL_0_9_3beta1~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dfc369ffcdc4722482c818e6ba6cf6e704c2cb5;p=openssl Close files. --- diff --git a/Configure b/Configure index b97635fd7e..7db4330aaf 100755 --- a/Configure +++ b/Configure @@ -588,6 +588,8 @@ while () else { print OUT $_; } } +close(IN); +close(OUT); # Fix the date