diff options
author | unknown <svoj@mysql.com> | 2005-06-16 16:35:09 +0500 |
---|---|---|
committer | unknown <svoj@mysql.com> | 2005-06-16 16:35:09 +0500 |
commit | 0dabdf15a7f8d75eddc11f53f8ef87de3783b72d (patch) | |
tree | c92c38ffa34a246fd7cbc247a2d6dc5f7628263e /extra/yassl/src/log.cpp | |
parent | fc465d1497ce598d07ec75eeaafc7ca84b578ee6 (diff) | |
download | mariadb-git-0dabdf15a7f8d75eddc11f53f8ef87de3783b72d.tar.gz |
WL#2286 - Compile MySQL w/YASSL support
Merge with latest yaSSL.
extra/yassl/include/lock.hpp:
Merge with latest yaSSL.
extra/yassl/include/socket_wrapper.hpp:
Merge with latest yaSSL.
extra/yassl/mySTL/helpers.hpp:
Merge with latest yaSSL.
extra/yassl/src/lock.cpp:
Merge with latest yaSSL.
extra/yassl/src/log.cpp:
Merge with latest yaSSL.
extra/yassl/src/socket_wrapper.cpp:
Merge with latest yaSSL.
extra/yassl/src/ssl.cpp:
Merge with latest yaSSL.
extra/yassl/src/timer.cpp:
Merge with latest yaSSL.
extra/yassl/taocrypt/include/misc.hpp:
Merge with latest yaSSL.
extra/yassl/taocrypt/include/random.hpp:
Merge with latest yaSSL.
extra/yassl/taocrypt/include/types.hpp:
Merge with latest yaSSL.
extra/yassl/taocrypt/src/asn.cpp:
Merge with latest yaSSL.
extra/yassl/taocrypt/src/integer.cpp:
Merge with latest yaSSL.
extra/yassl/taocrypt/src/misc.cpp:
Merge with latest yaSSL.
extra/yassl/taocrypt/src/random.cpp:
Merge with latest yaSSL.
Diffstat (limited to 'extra/yassl/src/log.cpp')
-rw-r--r-- | extra/yassl/src/log.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/yassl/src/log.cpp b/extra/yassl/src/log.cpp index 538b80b8280..38633cd1210 100644 --- a/extra/yassl/src/log.cpp +++ b/extra/yassl/src/log.cpp @@ -78,8 +78,8 @@ namespace yaSSL { } - #if defined(WIN32) || defined(__MACH__) || defined(__hpux__) - typedef int socklen_t; + #if defined(_WIN32) || defined(__MACH__) || defined(__hpux__) + typedef int socklen_t; #endif |