| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 841dfbf commit afdd355
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,7 +46,7 @@ inline void Initialize(v8::Local<v8::Object> exports, | |||
| 46 | 46 | .ToLocalChecked(); | |
| 47 | 47 | assert(exports->Set(context, key, value).IsJust()); | |
| 48 | 48 | ||
| 49 | - const SSL_METHOD* method = TLSv1_2_server_method(); | ||
| 49 | + const SSL_METHOD* method = TLS_server_method(); | ||
| 50 | 50 | assert(method != nullptr); | |
| 51 | 51 | ||
| 52 | 52 | key = v8::String::NewFromUtf8(isolate, "hash").ToLocalChecked(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments