git: cab90be6a580 - main - openssl: Remove the specific version numbers from the instructions.

From: Gordon Tetlow <gordon_at_FreeBSD.org>
Date: Sun, 08 Sep 2024 16:45:59 UTC
The branch main has been updated by gordon:

URL: https://cgit.FreeBSD.org/src/commit/?id=cab90be6a580a23351d46324550a0323dc9cf7de

commit cab90be6a580a23351d46324550a0323dc9cf7de
Author:     Gordon Tetlow <gordon@FreeBSD.org>
AuthorDate: 2024-09-08 16:45:31 +0000
Commit:     Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2024-09-08 16:45:31 +0000

    openssl: Remove the specific version numbers from the instructions.
---
 crypto/openssl/FREEBSD-upgrade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/openssl/FREEBSD-upgrade b/crypto/openssl/FREEBSD-upgrade
index ebe2d85bd8f7..86e65e8e07dd 100644
--- a/crypto/openssl/FREEBSD-upgrade
+++ b/crypto/openssl/FREEBSD-upgrade
@@ -15,8 +15,8 @@
 02) Download the latest OpenSSL tarball and signature from the official
     website (https://www.openssl.org/source/).
 
-    $ (cd .. && fetch https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz)
-    $ (cd .. && fetch https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz.asc)
+    $ (cd .. && fetch https://github.com/openssl/openssl/releases/download/openssl-X.Y.Z/openssl-X.Y.Z.tar.gz)
+    $ (cd .. && fetch https://github.com/openssl/openssl/releases/download/openssl-X.Y.Z/openssl-X.Y.Z.tar.gz.asc)
 
 03) Verify the signature: