From 0d6a005878accacfc2486d6f1ecc3ffcaa4c1562 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Thu, 17 Oct 2024 10:51:56 -0700 Subject: [PATCH] README.md: fix stale OpenSSL documentation link (#78) Updates #77 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a23162..ddba1cc 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Encryption LastPass 915200 479333 408710 Note that this encryption mechanism is far from ideal from a pure security standpoint. -Please read [OpenSSL's notes on the subject](http://www.openssl.org/docs/crypto/EVP_BytesToKey.html#NOTES). +Please read [OpenSSL's notes on the subject](https://www.openssl.org/docs/man3.2/man3/EVP_BytesToKey.html#NOTES). Compatibility -------------