summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-01 13:49:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-01 13:49:08 +0000
commitfea15b553d54722367b1658622d0e89c5cefc51a (patch)
treeb1c90c6b667f99b0bdee5979ec1e4723647a6a7a /crypto/evp
parent88ef78745e4fb719ffa77bd1d3d16a3fa78324df (diff)
PR: 2588
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Close file pointer.
Diffstat (limited to 'crypto/evp')
-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 902efac975..55c7cdfdcc 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();