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

src: fix --without-ssl build #1027

Merged
merged 1 commit into from
Mar 2, 2015
Merged

Commits on Mar 2, 2015

  1. 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: nodejs#1027
    Reviewed-By: Johan Bergström <[email protected]>
    bnoordhuis committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    3d6440c View commit details
    Browse the repository at this point in the history