mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
Temporary changes just to check one point (will be restored)
This commit is contained in:
parent
9f14faf7e7
commit
17d1dba9ba
2 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ SSL* SSL_new(SSL_CTX* ctx)
|
|||
|
||||
void SSL_free(SSL* ssl)
|
||||
{
|
||||
ysDelete(ssl);
|
||||
// ysDelete(ssl);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue