Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Fixes compile error if configured without ssl #9153

Closed

Conversation

dmitry-yudakov
Copy link

If node is configured with --without-ssl node_crypto.h is not included in node.cc,
but variables declared in it are still used - it leads to compile error.

This change disables --enable-ssl2 and --enable-ssl3 options for given configuration.

Disables also command line options for ssl in this case.
@jasnell
Copy link
Member

jasnell commented Aug 15, 2015

Closing as duplicate of #25862. Can reopen if that is incorrect.

@jasnell jasnell closed this Aug 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants