Skip to content

Commit 74be610

Browse files
bob-becknhorman
authored andcommitted
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 <nhorman@openssl.org> Reviewed-by: Norbert Pocs <norbertp@openssl.org> MergeDate: Fri Feb 27 18:45:50 2026 (Merged from openssl#30165)
1 parent c0f82d9 commit 74be610

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/man7/ossl-guide-migration.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
=head1 NAME
44

5-
ossl-guide-migration, migration_guide
5+
ossl-guide-migration, migration_guide, ossl-migration-guide
66
- OpenSSL Guide: Migrating from older OpenSSL versions
77

88
=head1 SYNOPSIS
@@ -94,7 +94,7 @@ to the B<X509> layer to reduce the number of memory allocations and copies
9494
that are made. These changes can impact code which uses these functions if
9595
a returned pointer value which was not const in previous versions of OpenSSL
9696
has now been made const. When such a value is assigned to a non-const pointer
97-
variable you will get a compiler warning. .
97+
variable you will get a compiler warning.
9898

9999
The returned values being const is an indication that you may not mutate these
100100
values safely.

0 commit comments

Comments
 (0)