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 targos committed Sep 6, 2021
1 parent c9bed1e commit 50a9909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Expand Up @@ -5317,6 +5317,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 @@ -5551,8 +5553,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 50a9909

Please sign in to comment.