]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ossl-guide-migration: Fix ASN1_STRING_ functions formatting
authorJon Ericson <jon@jlericson.com>
Tue, 7 Apr 2026 04:49:33 +0000 (21:49 -0700)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 15 Apr 2026 10:53:00 +0000 (12:53 +0200)
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)

doc/man7/ossl-guide-migration.pod

index bc251d74e88555d1bc3d156b31fb6642f9ff6e0f..4ba628458d648bd39a2080f1a316a14a129bfd34 100644 (file)
@@ -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.