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

Fixes compile error if configured without ssl#9153

Closed
dmitry-yudakov wants to merge 1 commit intonodejs:masterfrom
dmitry-yudakov:fix-compile-without-ssl
Closed

Fixes compile error if configured without ssl#9153
dmitry-yudakov wants to merge 1 commit intonodejs:masterfrom
dmitry-yudakov:fix-compile-without-ssl

Conversation

@dmitry-yudakov
Copy link
Copy Markdown

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
Copy Markdown
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