]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/ASN1_STRING_print_ex.pod
Various doc fixes
[thirdparty/openssl.git] / doc / man3 / ASN1_STRING_print_ex.pod
index a521f78ea9a9ef237f87386900dfffa795b950f2..401de9b5d6b3ab71747ee142eb61c0619b2a28f1 100644 (file)
@@ -32,7 +32,8 @@ ASN1_tag2str() returns a human-readable name of the specified ASN.1 B<tag>.
 
 =head1 NOTES
 
-ASN1_STRING_print() is a legacy function which should be avoided in new applications.
+ASN1_STRING_print() is a deprecated function which should be avoided; use
+ASN1_STRING_print_ex() instead.
 
 Although there are a large number of options frequently B<ASN1_STRFLGS_RFC2253> is
 suitable, or on UTF8 terminals B<ASN1_STRFLGS_RFC2253 & ~ASN1_STRFLGS_ESC_MSB>.