projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c081817
)
PR: 2588
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 1 Sep 2011 13:48:48 +0000
(13:48 +0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/crypto/evp/evp_test.c
b/crypto/evp/evp_test.c
index 436be20bf10a9edfecea231fd5336653e0173dfb..a36ca7e4b3765509bc1a63d8d6b16197954b15e0 100644
(file)
--- 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();