From f4e6aef61d0a10511f864f6d7fe108870a647703 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 20 Aug 2017 15:44:22 +0000 Subject: clarify deprecation notice; from Rich Salz, OpenSSL commit a95d7574, July 2, 2017 --- src/lib/libcrypto/man/ASN1_STRING_print_ex.3 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 index 811708d968..74ddc9703c 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.7 2017/03/25 16:30:10 schwarze Exp $ -.\" OpenSSL 9e183d22 Sat Mar 11 08:56:44 2017 -0500 -.\" OpenSSL bb9ad09e Mon Jun 6 00:43:05 2016 -0400 +.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.8 2017/08/20 15:44:22 schwarze Exp $ +.\" OpenSSL ASN1_STRING_print_ex.pod a95d7574 Jul 2 12:16:38 2017 -0400 +.\" OpenSSL ASN1_STRING_print_ex.pod bb9ad09e Jun 6 00:43:05 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson. .\" Copyright (c) 2002, 2004, 2007, 2013, 2016, 2017 The OpenSSL Project. @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 25 2017 $ +.Dd $Mdocdate: August 20 2017 $ .Dt ASN1_STRING_PRINT_EX 3 .Os .Sh NAME @@ -117,8 +117,9 @@ returns a human-readable name of the specified ASN.1 .Fa tag . .Pp .Fn ASN1_STRING_print -is a legacy function which should be avoided in new -applications. +is a deprecated function which should be avoided; use +.Fn ASN1_STRING_print_ex +instead. .Pp Although there are a large number of options, .Dv ASN1_STRFLGS_RFC2253 -- cgit v1.2.3-55-g6feb