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
path: root/doc/api
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2021-08-29 21:19:57 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-08-31 02:42:11 +0300
commit9eff8191f244bd321a43355dcac8c712afc382bd (patch)
tree788aaf599ef3933c6d4035706ef31179e06aba13 /doc/api
parent5763d4723aecfbf304eaf09ffb221109db635bea (diff)
doc: move reference to OpenSSL flags SSL_OP_*
Refs: https://github.com/nodejs/node/pull/34050 PR-URL: https://github.com/nodejs/node/pull/39935 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api')
-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 57ad8ccf7e6..c1836cf634c 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -5319,6 +5319,8 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
### OpenSSL options
+See the [list of SSL OP Flags][] for details.
+
<table>
<tr>
<th>Constant</th>
@@ -5553,8 +5555,6 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
### Other OpenSSL constants
-See the [list of SSL OP Flags][] for details.
-
<table>
<tr>
<th>Constant</th>