summaryrefslogtreecommitdiff
path: root/extra/yassl/testsuite
diff options
context:
space:
mode:
authorRobert Golebiowski <robert.golebiowski@oracle.com>2016-09-27 11:17:38 +0200
committerNawaz Nazeer Ahamed <nawaz.nazeer.ahamed@oracle.com>2016-09-28 20:06:46 +0530
commit5c6169fb309981b564a17bee31b367a18866d674 (patch)
treefda0b7617994273a9c601a356484e51f547bf509 /extra/yassl/testsuite
parent7cb79a65ba6286ac66d5ebbebea3243ef97f5c41 (diff)
downloadmariadb-git-5c6169fb309981b564a17bee31b367a18866d674.tar.gz
Bug #24740291: YASSL UPDATE TO 2.4.2mysql-5.5.53
Diffstat (limited to 'extra/yassl/testsuite')
-rw-r--r--extra/yassl/testsuite/test.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/testsuite/test.hpp b/extra/yassl/testsuite/test.hpp
index 5c9dc7ce117..e2e44c24027 100644
--- a/extra/yassl/testsuite/test.hpp
+++ b/extra/yassl/testsuite/test.hpp
@@ -22,7 +22,6 @@
#define yaSSL_TEST_HPP
#include "runtime.hpp"
-#include "openssl/ssl.h" /* openssl compatibility test */
#include "error.hpp"
#include <stdio.h>
#include <stdlib.h>
@@ -56,6 +55,7 @@
#endif
#define SOCKET_T int
#endif /* _WIN32 */
+#include "openssl/ssl.h" /* openssl compatibility test */
#ifdef _MSC_VER