From ca2937669571908609cff4afdab12e59a0029810 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 18 May 2023 09:19:11 -0700 Subject: [PATCH] doc: update broken EVP_BytesToKey link --- 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 7fd9e1d2fd7f64..911bf3e8fab678 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -6009,7 +6009,7 @@ See the [list of SSL OP Flags][] for details. [`BN_is_prime_ex`]: https://www.openssl.org/docs/man1.1.1/man3/BN_is_prime_ex.html [`Buffer`]: buffer.md [`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