diff options
author | djm <> | 2011-11-03 02:32:24 +0000 |
---|---|---|
committer | djm <> | 2011-11-03 02:32:24 +0000 |
commit | 027d47f36d5e77b24a925d19c987fc43151baa17 (patch) | |
tree | cf32a9eedf59bc153f2cabc7cf72bacad24c4aff /src/lib/libcrypto/evp/evp_test.c | |
parent | 242690ab2a8e991b85b4735c4e0bac0ec7bd3481 (diff) | |
download | openbsd-027d47f36d5e77b24a925d19c987fc43151baa17.tar.gz openbsd-027d47f36d5e77b24a925d19c987fc43151baa17.tar.bz2 openbsd-027d47f36d5e77b24a925d19c987fc43151baa17.zip |
import OpenSSL 1.0.0e
Diffstat (limited to 'src/lib/libcrypto/evp/evp_test.c')
-rw-r--r-- | src/lib/libcrypto/evp/evp_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/evp/evp_test.c b/src/lib/libcrypto/evp/evp_test.c index 902efac975..55c7cdfdcc 100644 --- a/src/lib/libcrypto/evp/evp_test.c +++ b/src/lib/libcrypto/evp/evp_test.c | |||
@@ -435,6 +435,7 @@ int main(int argc,char **argv) | |||
435 | EXIT(3); | 435 | EXIT(3); |
436 | } | 436 | } |
437 | } | 437 | } |
438 | fclose(f); | ||
438 | 439 | ||
439 | #ifndef OPENSSL_NO_ENGINE | 440 | #ifndef OPENSSL_NO_ENGINE |
440 | ENGINE_cleanup(); | 441 | ENGINE_cleanup(); |