mariadb/vio
unknown fd988f5b9a Bug#24148 regression tests hang with SSL enabled
- Don't call SSL_shutdown a second time


vio/viossl.c:
  SSL_shutdown might return 0 indicating that it should be called once
  again for a graceful shutdown. Since the socket are going to be closed
  anyway ther is no need for the second call.
2006-12-22 00:05:40 +01:00
..
docs
.cvsignore
CMakeLists.txt Additional files for cmake support 2006-08-31 19:52:42 +02:00
Makefile.am Bug#19817 error when try to compile PHP5.1 with mysql 5.0.21 static libs 2006-11-13 17:16:37 +01:00
test-ssl.c Remove valgrind and compiler warnings 2006-05-08 17:14:06 +02:00
test-sslclient.c Remove valgrind and compiler warnings 2006-05-08 17:14:06 +02:00
test-sslserver.c Remove valgrind and compiler warnings 2006-05-08 17:14:06 +02:00
vio.c Remove valgrind and compiler warnings 2006-05-08 17:14:06 +02:00
vio_priv.h
viosocket.c Remove compiler warnings 2006-11-20 22:42:06 +02:00
viossl.c Bug#24148 regression tests hang with SSL enabled 2006-12-22 00:05:40 +01:00
viosslfactories.c Remove compiler warnings 2006-11-20 22:42:06 +02:00
viotest-ssl.c
viotest-sslconnect.cc
viotest.cc