From: Jon Ericson Date: Tue, 7 Apr 2026 04:49:33 +0000 (-0700) Subject: ossl-guide-migration: Fix ASN1_STRING_ functions formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a2476efa89b83cef22be52b36bf959f9db309f;p=thirdparty%2Fopenssl.git ossl-guide-migration: Fix ASN1_STRING_ functions formatting keep bold and move to an unordered list Co-authored-by: Tomáš Mráz Reviewed-by: Eugene Syromiatnikov Reviewed-by: Shane Lontis 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 bc251d74e88..4ba628458d6 100644 --- a/doc/man7/ossl-guide-migration.pod +++ b/doc/man7/ossl-guide-migration.pod @@ -79,11 +79,19 @@ The flags member of B 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 + +=item B + +=item B + +=item B + +=item B + +=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.