From 9eb4a70c14c394974f604125cf0bb44b46025856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 29 Aug 2021 20:19:57 +0200 Subject: [PATCH] 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 Reviewed-By: Rich Trott Reviewed-By: James M Snell --- doc/api/crypto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index ae38a31beb09eb..ee7f34fe1b62f2 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -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. + @@ -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. -
Constant
Constant