Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mosquitto does not build without TLS #96

Closed
ralight opened this issue Mar 15, 2016 · 0 comments
Closed

mosquitto does not build without TLS #96

ralight opened this issue Mar 15, 2016 · 0 comments

Comments

@ralight
Copy link
Contributor

ralight commented Mar 15, 2016

migrated from Bugzilla #457371
status RESOLVED severity normal in component Mosquitto for 1.4
Reported in version 1.4 on platform Macintosh
Assigned to: Roger Light

On 2015-01-13 14:53:52 -0500, Michael Laing wrote:

in read_handle_server.c:

replace:

ifdef WITH_TLS

int i;
X509 *client_cert = NULL;

with:
int i;

ifdef WITH_TLS

X509 *client_cert = NULL;

in mosquitto_internal.h:
replace:

ifdef WITH_TLS

include <openssl/ssl.h>

endif

with:

ifdef WITH_TLS

include <openssl/ssl.h>

else

include <time.h>

endif

On 2015-01-15 15:13:18 -0500, Roger Light wrote:

Thanks, I've committed a fix for this.

@ralight ralight closed this as completed Mar 15, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant