Commit 798ffbd8 authored by unknown's avatar unknown
Browse files

Temporary changes just to check some points (will be restored).

parent 820840a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ SSL* SSL_new(SSL_CTX* ctx)

void SSL_free(SSL* ssl)
{
    ysDelete(ssl);
//    ysDelete(ssl);
}


+1 −1
Original line number Diff line number Diff line
# 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;