diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 28483b61ab6b71..17c2e26d9569d1 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -3382,6 +3382,8 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. ### Other OpenSSL constants +See the [list of SSL OP Flags][] for details. + @@ -3550,3 +3552,4 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. [scrypt]: https://en.wikipedia.org/wiki/Scrypt [stream-writable-write]: stream.html#stream_writable_write_chunk_encoding_callback [stream]: stream.html +[list of SSL OP Flags]: wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
Constant