From bff2fc2210aa97d6ec5c94c787904d24afcc7aa6 Mon Sep 17 00:00:00 2001 From: unknown <msvensson@shellback.(none)> Date: Tue, 14 Mar 2006 14:51:48 +0100 Subject: [PATCH] Bug#18195 MySQL on Windows not built with YaSSL correctly - Add HAVE_OPENSSL and HAVE_YASSL to config-win.h include/config-win.h: Define HAVE_OPENSSL and HAVE_YASSL to make the server and client enable SSL support --- include/config-win.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config-win.h b/include/config-win.h index cccd660efe..6dbfae1716 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 */ -- 2.30.9