summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-01 13:49:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-01 13:49:16 +0000
commitd77a97066954621d6c608e15d82a835d375f5c29 (patch)
treeff312c27375e09a5a5e2cb0cc707a352b450725d /crypto
parentf7924634d49d6bc20c44ea5a28c79e526a38e9a9 (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 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();