We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a853378 commit af8c73dCopy full SHA for af8c73d
test/addons/openssl-binding/binding.cc
@@ -46,7 +46,7 @@ inline void Initialize(v8::Local<v8::Object> exports,
46
.ToLocalChecked();
47
assert(exports->Set(context, key, value).IsJust());
48
49
- const SSL_METHOD* method = TLSv1_2_server_method();
+ const SSL_METHOD* method = TLS_server_method();
50
assert(method != nullptr);
51
52
key = v8::String::NewFromUtf8(isolate, "hash").ToLocalChecked();
0 commit comments