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

Close file pointer.

crypto/evp/evp_test.c

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