mirror of https://github.com/lukechilds/node.git
Browse Source
Unbreak the build when linking against a shared version of OpenSSL that doesn't support NPN (Next Protocol Negotiation.) Fixes the following build error: ../src/node_crypto.cc:140: error: no member function 'AdvertiseNextProtoCallback' declared in 'node::crypto::SSLWrap<node::TLSCallbacks>' ../src/node_crypto.cc:147: error: no member function 'SelectNextProtoCallback' declared in 'node::crypto::SSLWrap<node::TLSCallbacks>'v0.11.9-release
Ben Noordhuis
11 years ago
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue