Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/crypto.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index d246aed02a0..8d330b92a5a 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -5826,8 +5826,8 @@ See the [list of SSL OP Flags][] for details.
</tr>
<tr>
<td><code>SSL_OP_PRIORITIZE_CHACHA</code></td>
- <td>Instructs OpenSSL server to prioritize ChaCha20Poly1305
- when client does.
+ <td>Instructs OpenSSL server to prioritize ChaCha20-Poly1305
+ when the client does.
This option has no effect if
<code>SSL_OP_CIPHER_SERVER_PREFERENCE</code>
is not enabled.</td>