summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
authormsvensson@shellback.(none) <>2006-03-14 14:51:48 +0100
committermsvensson@shellback.(none) <>2006-03-14 14:51:48 +0100
commit42a3ff3f99c0e7851697420834edb2dc9e74a3ba (patch)
tree55f50efc963715dc90c7a29ead6ff18c3f6f1397 /include/config-win.h
parent2628ebe89fe8f62b28d839de896989ba403c36fa (diff)
downloadmariadb-git-42a3ff3f99c0e7851697420834edb2dc9e74a3ba.tar.gz
Bug#18195 MySQL on Windows not built with YaSSL correctly
- Add HAVE_OPENSSL and HAVE_YASSL to config-win.h
Diffstat (limited to 'include/config-win.h')
-rw-r--r--include/config-win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config-win.h b/include/config-win.h
index cccd660efec..6dbfae1716e 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -413,8 +413,8 @@ inline double ulonglong2double(ulonglong value)
#define HAVE_SPATIAL 1
#define HAVE_RTREE_KEYS 1
-/* #undef HAVE_OPENSSL */
-/* #undef HAVE_YASSL */
+#define HAVE_OPENSSL 1
+#define HAVE_YASSL 1
/* Define charsets you want */
/* #undef HAVE_CHARSET_armscii8 */