summaryrefslogtreecommitdiff
path: root/extra/yassl/examples/echoclient/echoclient.cpp
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-05-05 10:33:04 +0200
committerunknown <msvensson@shellback.(none)>2006-05-05 10:33:04 +0200
commit30c4210d708b8729597cb5913519aa1aa3436920 (patch)
tree46ae81e9fcf8418562ef08c3d8c0f66ce2a7dcbe /extra/yassl/examples/echoclient/echoclient.cpp
parent54feed92b58ad5783952eb12975433e21976159c (diff)
downloadmariadb-git-30c4210d708b8729597cb5913519aa1aa3436920.tar.gz
Import from yaSSL
extra/yassl/examples/client/client.cpp: Import patch yassl.diff extra/yassl/examples/echoclient/echoclient.cpp: Import patch yassl.diff extra/yassl/examples/echoserver/echoserver.cpp: Import patch yassl.diff extra/yassl/examples/server/server.cpp: Import patch yassl.diff extra/yassl/include/openssl/ssl.h: Import patch yassl.diff extra/yassl/include/yassl_types.hpp: Import patch yassl.diff extra/yassl/src/make.bat: Import patch yassl.diff extra/yassl/src/ssl.cpp: Import patch yassl.diff extra/yassl/src/yassl_imp.cpp: Import patch yassl.diff extra/yassl/src/yassl_int.cpp: Import patch yassl.diff extra/yassl/taocrypt/benchmark/make.bat: Import patch yassl.diff extra/yassl/taocrypt/src/make.bat: Import patch yassl.diff extra/yassl/taocrypt/test/make.bat: Import patch yassl.diff extra/yassl/testsuite/make.bat: Import patch yassl.diff extra/yassl/testsuite/testsuite.cpp: Import patch yassl.diff
Diffstat (limited to 'extra/yassl/examples/echoclient/echoclient.cpp')
-rw-r--r--extra/yassl/examples/echoclient/echoclient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/yassl/examples/echoclient/echoclient.cpp b/extra/yassl/examples/echoclient/echoclient.cpp
index ca557cca8af..fd3f7dd48a3 100644
--- a/extra/yassl/examples/echoclient/echoclient.cpp
+++ b/extra/yassl/examples/echoclient/echoclient.cpp
@@ -82,6 +82,7 @@ void echoclient_test(void* args)
args.argv = argv;
echoclient_test(&args);
+ yaSSL_CleanUp();
return args.return_code;
}