diff options
author | unknown <svoj@mysql.com> | 2005-05-20 01:44:05 +0500 |
---|---|---|
committer | unknown <svoj@mysql.com> | 2005-05-20 01:44:05 +0500 |
commit | 4679c7a8fe36819df60ecf769351e10efa911548 (patch) | |
tree | 770cdc4d2e51e24961a9a65462ebcfce7bb2f858 /extra/yassl/taocrypt/include/misc.hpp | |
parent | 9c1bc4252f925a6cf43433492a49f3107ec1b67a (diff) | |
download | mariadb-git-4679c7a8fe36819df60ecf769351e10efa911548.tar.gz |
WL#2286 - Compile MySQL w/YASSL support
compilation fixes
extra/yassl/src/cert_wrapper.cpp:
yaSSL compilation fix on nocona
extra/yassl/taocrypt/include/error.hpp:
yaSSL compilation fix
extra/yassl/taocrypt/include/misc.hpp:
yaSSL compilation fix on many platforms
tools/Makefile.am:
mysqltestmanager with yaSSL enabled compilation fix on FreeBSD 5.3
Diffstat (limited to 'extra/yassl/taocrypt/include/misc.hpp')
-rw-r--r-- | extra/yassl/taocrypt/include/misc.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/include/misc.hpp b/extra/yassl/taocrypt/include/misc.hpp index 01a3e8ee731..b9cc9a6fe71 100644 --- a/extra/yassl/taocrypt/include/misc.hpp +++ b/extra/yassl/taocrypt/include/misc.hpp @@ -97,7 +97,7 @@ typedef unsigned int word32; typedef word32 word; typedef word64 dword; #else - typedef word8 hword; + typedef byte hword; typedef word16 word; typedef word32 dword; #endif |