1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Removing temporary changes.

This commit is contained in:
aivanov/alexi@mysql.com/mysqld.localdomain
2006-07-28 05:34:59 +04:00
parent ef5acd5748
commit 221004a892
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ SSL* SSL_new(SSL_CTX* ctx)
void SSL_free(SSL* ssl)
{
// ysDelete(ssl);
ysDelete(ssl);
}

View File

@@ -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;