Commit c4a2476efa for openssl.org

commit c4a2476efa89b83cef22be52b36bf959f9db309f
Author: Jon Ericson <jon@jlericson.com>
Date:   Mon Apr 6 21:49:33 2026 -0700

    ossl-guide-migration: Fix ASN1_STRING_ functions formatting

    keep bold and move to an unordered list

    Co-authored-by: Tomáš Mráz <tm@t8m.info>

    Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
    Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
    MergeDate: Wed Apr 15 10:54:01 2026
    (Merged from https://github.com/openssl/openssl/pull/30629)

diff --git a/doc/man7/ossl-guide-migration.pod b/doc/man7/ossl-guide-migration.pod
index bc251d74e8..4ba628458d 100644
--- a/doc/man7/ossl-guide-migration.pod
+++ b/doc/man7/ossl-guide-migration.pod
@@ -79,11 +79,19 @@ The flags member of B<ASN1_STRING> has become inaccessible, and the definitions
 of the flags are no longer public. This includes the public definition
 of the flags:

-ASN1_STRING_FLAG_NDEF,
-ASN1_STRING_FLAG_CONT,
-ASN1_STRING_FLAG_MSTRING,
-ASN1_STRING_FLAG_EMBED,
-ASN1_STRING_FLAG_BITS_LEFT
+=over 4
+
+=item B<ASN1_STRING_FLAG_NDEF>
+
+=item B<ASN1_STRING_FLAG_CONT>
+
+=item B<ASN1_STRING_FLAG_MSTRING>
+
+=item B<ASN1_STRING_FLAG_EMBED>
+
+=item B<ASN1_STRING_FLAG_BITS_LEFT>
+
+=back

 For the first four values, these were internal use flags which were never
 user settable in a way that would not cause things to break.