summaryrefslogtreecommitdiff
path: root/extra/yassl
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2009-11-13 13:26:16 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2009-11-13 13:26:16 +0100
commit63546824fc0d52ba86820b1d178dc537b5f718ee (patch)
tree5351c4626f402917a764b36f5e0825b90264f258 /extra/yassl
parent91916e7f054f4afd33bfda327a45589f2e2b7f16 (diff)
parent780871d8b90fe3146db39b4be65ebedb309b9f9b (diff)
downloadmariadb-git-63546824fc0d52ba86820b1d178dc537b5f718ee.tar.gz
automerge
Diffstat (limited to 'extra/yassl')
-rw-r--r--extra/yassl/taocrypt/src/random.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/src/random.cpp b/extra/yassl/taocrypt/src/random.cpp
index 89fd5f7c7bc..2bbc0a85e8b 100644
--- a/extra/yassl/taocrypt/src/random.cpp
+++ b/extra/yassl/taocrypt/src/random.cpp
@@ -27,7 +27,6 @@
#include <time.h>
#if defined(_WIN32)
- #define _WIN32_WINNT 0x0400
#include <windows.h>
#include <wincrypt.h>
#else