diff options
author | svoj@mysql.com <> | 2005-06-10 20:09:41 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-06-10 20:09:41 +0500 |
commit | 75c13cbe0b492be031a0e4ded9a116378b53a388 (patch) | |
tree | 941cd6c3aba5688e1bb9b78eb5600aee95e22c73 /extra/yassl/src/socket_wrapper.cpp | |
parent | 155c322c59edaa7b41eb16d375ef98effa3c5102 (diff) | |
download | mariadb-git-75c13cbe0b492be031a0e4ded9a116378b53a388.tar.gz |
Merge with latest yaSSL.
Fixes IsAligned yaSSL assertion failure.
Diffstat (limited to 'extra/yassl/src/socket_wrapper.cpp')
-rw-r--r-- | extra/yassl/src/socket_wrapper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/yassl/src/socket_wrapper.cpp b/extra/yassl/src/socket_wrapper.cpp index f0d530f187c..1be6a715980 100644 --- a/extra/yassl/src/socket_wrapper.cpp +++ b/extra/yassl/src/socket_wrapper.cpp @@ -27,7 +27,6 @@ #include "socket_wrapper.hpp" -#include "yassl_error.hpp" #ifndef WIN32 #include <errno.h> |