From: Dr. Stephen Henson Date: Thu, 1 Sep 2011 13:49:16 +0000 (+0000) Subject: PR: 2588 X-Git-Tag: OpenSSL-fips-2_0-rc1~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d77a97066954621d6c608e15d82a835d375f5c29;p=thirdparty%2Fopenssl.git PR: 2588 Submitted by: Thomas Jarosch Reviewed by: steve Close file pointer. --- diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 902efac975a..55c7cdfdccf 100644 --- a/crypto/evp/evp_test.c +++ b/crypto/evp/evp_test.c @@ -435,6 +435,7 @@ int main(int argc,char **argv) EXIT(3); } } + fclose(f); #ifndef OPENSSL_NO_ENGINE ENGINE_cleanup();