Add alternate wordings for ossl-guide-migration so that its a bit easier
to find.
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Fri Feb 27 18:45:50 2026
(Merged from https://github.com/openssl/openssl/pull/30165)
=head1 NAME
-ossl-guide-migration, migration_guide
+ossl-guide-migration, migration_guide, ossl-migration-guide
- OpenSSL Guide: Migrating from older OpenSSL versions
=head1 SYNOPSIS
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.