diff options
author | 2017-08-20 15:44:22 +0000 | |
---|---|---|
committer | 2017-08-20 15:44:22 +0000 | |
commit | 7684481996980d92eebb2766a50ac64f7ae06d37 (patch) | |
tree | f7221b8042443ee06cef27b2766dbcfe1cee15d2 | |
parent | Surprise: I/Q calibration now works with urtwn(4) devices, so enable it. (diff) | |
download | wireguard-openbsd-7684481996980d92eebb2766a50ac64f7ae06d37.tar.xz wireguard-openbsd-7684481996980d92eebb2766a50ac64f7ae06d37.zip |
clarify deprecation notice;
from Rich Salz, OpenSSL commit a95d7574, July 2, 2017
-rw-r--r-- | lib/libcrypto/man/ASN1_STRING_print_ex.3 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libcrypto/man/ASN1_STRING_print_ex.3 b/lib/libcrypto/man/ASN1_STRING_print_ex.3 index 811708d9684..74ddc9703cb 100644 --- a/lib/libcrypto/man/ASN1_STRING_print_ex.3 +++ b/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 |