Don't tell the core to enable SSL if we're built without
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 7 Nov 2013 20:56:27 +0000 (21:56 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 7 Nov 2013 20:56:27 +0000 (21:56 +0100)
commit4c1060a1def28cf0a46f1bccf4c28d187ca44561
tree5140cda9550a3c44a725e243a32d3e9580770045
parent3e62d394028157d86faa75acab7955a29a1d8099
Don't tell the core to enable SSL if we're built without

So apparently we've always been telling the core to enable SSL, even
if the client is built without SSL support. This might account for
spurious reports about failed SSL handshakes.
src/client/coreconnection.cpp