summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-01 13:48:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-01 13:48:48 +0000
commit24d0524f317e167c1a35bde1e4a67edab2806c3e (patch)
tree6d9a180c9424a2a4dff485285739eb1d6b2f5de9 /crypto
parentc081817c95ed70e23279257f9dfcfe11469e58f3 (diff)
PR: 2588
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Close file pointer.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/evp_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c
index 436be20bf1..a36ca7e4b3 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();