Skip to content

Commit

Permalink
Missing #endif.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Apr 11, 2018
1 parent 24d68b5 commit a5781c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ static int mosquitto__tls_server_ctx(struct mosquitto__listener *listener)
#ifdef WITH_EC
#if OPENSSL_VERSION_NUMBER >= 0x10002000L && OPENSSL_VERSION_NUMBER < 0x10100000L
SSL_CTX_set_ecdh_auto(listener->ssl_ctx, 1);
#endif
#endif

snprintf(buf, 256, "mosquitto-%d", listener->port);
Expand Down

0 comments on commit a5781c0

Please sign in to comment.