From: Bob Beck Date: Tue, 24 Feb 2026 20:08:39 +0000 (-0700) Subject: Add alternate ordering for ossl-guide-migration X-Git-Tag: openssl-4.0.0-alpha1~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74be610db3e4fa82b68f1f550669495fd213913c;p=thirdparty%2Fopenssl.git Add alternate ordering for ossl-guide-migration Add alternate wordings for ossl-guide-migration so that its a bit easier to find. Reviewed-by: Neil Horman Reviewed-by: Norbert Pocs MergeDate: Fri Feb 27 18:45:50 2026 (Merged from https://github.com/openssl/openssl/pull/30165) --- diff --git a/doc/man7/ossl-guide-migration.pod b/doc/man7/ossl-guide-migration.pod index e06ac3af0ac..37d5d4c187b 100644 --- a/doc/man7/ossl-guide-migration.pod +++ b/doc/man7/ossl-guide-migration.pod @@ -2,7 +2,7 @@ =head1 NAME -ossl-guide-migration, migration_guide +ossl-guide-migration, migration_guide, ossl-migration-guide - OpenSSL Guide: Migrating from older OpenSSL versions =head1 SYNOPSIS @@ -94,7 +94,7 @@ to the B layer to reduce the number of memory allocations and copies that are made. These changes can impact code which uses these functions if a returned pointer value which was not const in previous versions of OpenSSL has now been made const. When such a value is assigned to a non-const pointer -variable you will get a compiler warning. . +variable you will get a compiler warning. The returned values being const is an indication that you may not mutate these values safely.