openssl: Remove the specific version numbers from the instructions.

This commit is contained in:
Gordon Tetlow 2024-09-08 09:45:31 -07:00
parent cc717b574d
commit cab90be6a5
No known key found for this signature in database
GPG Key ID: E5F7BCCBA3BDDDF8
1 changed files with 2 additions and 2 deletions

View File

@ -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: