Skip to content

Commit 3d6440c

Browse files
committed
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> PR-URL: #1027 Reviewed-By: Johan Bergström <[email protected]>
1 parent 08e89b1 commit 3d6440c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stream_base.cc

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "env-inl.h"
88
#include "js_stream.h"
99
#include "string_bytes.h"
10-
#include "tls_wrap.h"
1110
#include "util.h"
1211
#include "util-inl.h"
1312
#include "v8.h"

0 commit comments

Comments
 (0)