Skip to content

Commit

Permalink
doc: move reference to OpenSSL flags SSL_OP_*
Browse files Browse the repository at this point in the history
Refs: #34050

PR-URL: #39935
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
tniessen authored and nodejs-github-bot committed Aug 30, 2021
1 parent 5763d47 commit 9eff819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 9eff819

Please sign in to comment.