From 40232e01ab60702146121044c1d1215ea9613d6d 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 --- 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 73f5ecd9506aa7..7ff47b04892cd1 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -5307,6 +5307,8 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. ### OpenSSL options +See the [list of SSL OP Flags][] for details. + @@ -5541,8 +5543,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