| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f99349d commit 7155aaf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -937,7 +937,7 @@ void SecureContext::SetCiphers(const FunctionCallbackInfo<Value>& args) { | |||
| 937 | 937 | // TLSv1.3 cipher suites, so we get backwards compatible synchronous errors. | |
| 938 | 938 | const node::Utf8Value ciphers(args.GetIsolate(), args[0]); | |
| 939 | 939 | if ( | |
| 940 | - #ifdef TLS1_3_VERSION | ||
| 940 | + #if defined(TLS1_3_VERSION) && !defined(OPENSSL_IS_BORINGSSL) | ||
| 941 | 941 | !SSL_CTX_set_ciphersuites(sc->ctx_.get(), "") || | |
| 942 | 942 | #endif | |
| 943 | 943 | !SSL_CTX_set_cipher_list(sc->ctx_.get(), *ciphers)) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments