diff options
author | fireice-uk <fireice2@o2.pl> | 2017-02-08 00:09:54 +0000 |
---|---|---|
committer | fireice-uk <fireice2@o2.pl> | 2017-02-08 21:20:19 +0000 |
commit | a68b2822c46aaeaefa7057545835b0ae76ea50b0 (patch) | |
tree | 93dbbaee52e8c608c7164f4834c4f4058548a0e3 /socket.cpp | |
parent | 2801c518b4f184f5761ca33227b69fc82eb62ef8 (diff) | |
download | xmr-stak-a68b2822c46aaeaefa7057545835b0ae76ea50b0.zip xmr-stak-a68b2822c46aaeaefa7057545835b0ae76ea50b0.tar.gz |
This apparently does what we want...
Diffstat (limited to 'socket.cpp')
-rw-r--r-- | socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ void tls_socket::close(bool free) if(!free) { - SSL_shutdown(ssl); + sock_close(BIO_get_fd(bio, nullptr)); } else { |