diff --git a/extra/yassl/src/ssl.cpp b/extra/yassl/src/ssl.cpp index 3ec8e74b258..07f5e9859b2 100644 --- a/extra/yassl/src/ssl.cpp +++ b/extra/yassl/src/ssl.cpp @@ -158,7 +158,7 @@ SSL* SSL_new(SSL_CTX* ctx) void SSL_free(SSL* ssl) { -// ysDelete(ssl); + ysDelete(ssl); } diff --git a/mysql-test/t/rpl_openssl.test b/mysql-test/t/rpl_openssl.test index e18ddce9c92..af70a1a9453 100644 --- a/mysql-test/t/rpl_openssl.test +++ b/mysql-test/t/rpl_openssl.test @@ -1,6 +1,6 @@ # TODO: THIS TEST DOES NOT WORK ON WINDOWS # This should be fixed. -#--source include/not_windows.inc +--source include/not_windows.inc source include/have_openssl.inc; source include/master-slave.inc;