PR: 2588
authorDr. Stephen Henson <steve@openssl.org>
Thu, 1 Sep 2011 13:48:48 +0000 (13:48 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 1 Sep 2011 13:48:48 +0000 (13:48 +0000)
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Reviewed by: steve

Close file pointer.

crypto/evp/evp_test.c

index 436be20bf10a9edfecea231fd5336653e0173dfb..a36ca7e4b3765509bc1a63d8d6b16197954b15e0 100644 (file)
@@ -435,6 +435,7 @@ int main(int argc,char **argv)
            EXIT(3);
            }
        }
+       fclose(f);
 
 #ifndef OPENSSL_NO_ENGINE
     ENGINE_cleanup();