Commit 855286c5 authored by hyperxor's avatar hyperxor

Issue #700: fix build

parent ff527715
......@@ -310,9 +310,9 @@ void Listener::handleNewConnection() {
struct sockaddr_in peer_addr;
int client_fd = acceptConnection(peer_addr);
#ifdef PISTACHE_USE_SSL
SSL *ssl = nullptr;
void *ssl = nullptr;
#ifdef PISTACHE_USE_SSL
if (this->useSSL_) {
ssl = SSL_new((SSL_CTX *)this->ssl_ctx_);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment