Skip to content

src: fix --without-ssl build

Don't include tls_wrap.h in stream_base.cc. It's not used and it breaks the build when --without-ssl is passed to configure.

Fixes the following build error:

In file included from ../src/tls_wrap.h:5:0,
                 from ../src/stream_base.cc:10:
../src/node_crypto.h:20:25: fatal error: openssl/ssl.h:
No such file or directory
 #include <openssl/ssl.h>

R=@indutny

Merge request reports

Loading