summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_test.c
diff options
context:
space:
mode:
authordjm <>2011-11-03 02:32:24 +0000
committerdjm <>2011-11-03 02:32:24 +0000
commitbd081fc6d9aca84ff3cbde2c626c28668f73d967 (patch)
treecf32a9eedf59bc153f2cabc7cf72bacad24c4aff /src/lib/libcrypto/evp/evp_test.c
parent75291ae343a87368ad49c13ac02f85a88159417f (diff)
downloadopenbsd-bd081fc6d9aca84ff3cbde2c626c28668f73d967.tar.gz
openbsd-bd081fc6d9aca84ff3cbde2c626c28668f73d967.tar.bz2
openbsd-bd081fc6d9aca84ff3cbde2c626c28668f73d967.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.c1
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();