From: Dr. Stephen Henson Date: Thu, 1 Sep 2011 13:49:08 +0000 (+0000) Subject: PR: 2588 X-Git-Tag: OpenSSL_1_0_1-beta1~170 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fea15b553d54722367b1658622d0e89c5cefc51a;p=oweals%2Fopenssl.git PR: 2588 Submitted by: Thomas Jarosch Reviewed by: steve Close file pointer. --- 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();