From: Dr. Matthias St. Pierre Date: Tue, 8 Mar 2022 16:36:37 +0000 (+0100) Subject: README: add link to migration_guide manual page X-Git-Tag: openssl-3.2.0-alpha1~2874 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96a77661723b4ba8fe9eb7cef009d735c97e2aa6;p=thirdparty%2Fopenssl.git README: add link to migration_guide manual page which replaces the link to the OpenSSL 3.0 Wiki. Reviewed-by: Tomas Mraz Reviewed-by: Patrick Steuer Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/17840) --- diff --git a/README.md b/README.md index 680faea76f1..7968b0525c9 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,8 @@ document. * [Notes on Perl](NOTES-PERL.md) * [Notes on Valgrind](NOTES-VALGRIND.md) -Specific notes on upgrading to OpenSSL 3.0 from previous versions, as well as -known issues are available on the [OpenSSL 3.0 Wiki] page. +Specific notes on upgrading to OpenSSL 3.0 from previous versions can be found +in the [migration_guide(7ossl)] manual page. Documentation ============= @@ -165,7 +165,7 @@ attempting to develop or distribute cryptographic code. Copyright ========= -Copyright (c) 1998-2021 The OpenSSL Project +Copyright (c) 1998-2022 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson @@ -193,9 +193,9 @@ All rights reserved. "OpenSSL Wiki" -[OpenSSL 3.0 Wiki]: - - "OpenSSL 3.0 Wiki" +[migration_guide(7ossl)]: + + "OpenSSL Migration Guide" [RFC 8446]: