summaryrefslogtreecommitdiff
path: root/extra/yassl/taocrypt/test/test.cpp
diff options
context:
space:
mode:
authormsvensson@shellback.(none) <>2006-11-29 09:21:37 +0100
committermsvensson@shellback.(none) <>2006-11-29 09:21:37 +0100
commit838d1d53b4e65980fbd10e496b43f49251e04790 (patch)
tree5d536b5e9188dd4985d4f225dd2cf252fbba06d2 /extra/yassl/taocrypt/test/test.cpp
parent45ea756c5fae0ffe6c2e5f32ad42ba956f37abec (diff)
downloadmariadb-git-838d1d53b4e65980fbd10e496b43f49251e04790.tar.gz
Import version 1.50 of yaSSL
Diffstat (limited to 'extra/yassl/taocrypt/test/test.cpp')
-rw-r--r--extra/yassl/taocrypt/test/test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/yassl/taocrypt/test/test.cpp b/extra/yassl/taocrypt/test/test.cpp
index 28ef73dfac8..9e3ef709a78 100644
--- a/extra/yassl/taocrypt/test/test.cpp
+++ b/extra/yassl/taocrypt/test/test.cpp
@@ -247,6 +247,8 @@ void taocrypt_test(void* args)
args.argv = argv;
taocrypt_test(&args);
+ TaoCrypt::CleanUp();
+
return args.return_code;
}