From 8ae5c8cf9d691774851231df20b7056c886a4436 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 19 May 2023 10:19:07 -0700 Subject: [PATCH] doc: update broken EVP_BytesToKey link PR-URL: https://github.com/nodejs/node/pull/48064 Reviewed-By: Richard Lau Reviewed-By: Deokjin Kim Reviewed-By: Debadree Chatterjee Reviewed-By: Mohammed Keyvanzadeh --- doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 6a4fdf9905543a..67c4f8c165b6b9 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -6027,7 +6027,7 @@ See the [list of SSL OP Flags][] for details. [`Buffer`]: buffer.md [`DH_generate_key()`]: https://www.openssl.org/docs/man3.0/man3/DH_generate_key.html [`DiffieHellmanGroup`]: #class-diffiehellmangroup -[`EVP_BytesToKey`]: https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html +[`EVP_BytesToKey`]: https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html [`KeyObject`]: #class-keyobject [`Sign`]: #class-sign [`String.prototype.normalize()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize