diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c index 436be20bf..a36ca7e4b 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();