Commit 0c3d9f33 authored by unknown's avatar unknown
Browse files

Temporary changes just to check one point (will be restored)

parent d36f9479
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;