diff options
author | svoj@mysql.com <> | 2005-07-01 20:00:59 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-07-01 20:00:59 +0500 |
commit | 9359cec4ca42ff89aefc15f4ba19c9ebb4eb1fef (patch) | |
tree | 50a170b168a3f21cd4cf1e5a5c1cebfa3b8f1cdd /extra/yassl/taocrypt/src/coding.cpp | |
parent | b590f0dec0d4fd7b5e21905f2904f80dba8662b3 (diff) | |
download | mariadb-git-9359cec4ca42ff89aefc15f4ba19c9ebb4eb1fef.tar.gz |
WL#2286 - Compile MySQL w/YASSL support
Merge with latest yaSSL. It includes fix for bigendian/littleendian
problem (fixes func_encrypt test failure). Our trees are in sync now.
Diffstat (limited to 'extra/yassl/taocrypt/src/coding.cpp')
-rw-r--r-- | extra/yassl/taocrypt/src/coding.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/yassl/taocrypt/src/coding.cpp b/extra/yassl/taocrypt/src/coding.cpp index 6514ed4d46d..944a47c288e 100644 --- a/extra/yassl/taocrypt/src/coding.cpp +++ b/extra/yassl/taocrypt/src/coding.cpp @@ -22,6 +22,7 @@ /* coding.cpp implements hex and base64 encoding/decoing */ +#include "runtime.hpp" #include "coding.hpp" #include "file.hpp" |