summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-05-19 22:55:17 +0000
committerschwarze <>2018-05-19 22:55:17 +0000
commitc81227ca584f7888333c7905495e1a033016ab7a (patch)
treefb78e7596c0a0d8c99449d26a35be250108443e1
parent0504088b4b6491f0257be947fe42da99bd74861d (diff)
downloadopenbsd-c81227ca584f7888333c7905495e1a033016ab7a.tar.gz
openbsd-c81227ca584f7888333c7905495e1a033016ab7a.tar.bz2
openbsd-c81227ca584f7888333c7905495e1a033016ab7a.zip
In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifier
to the input argument of ASN1_STRING_to_UTF8(3). Adjust the manual.
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/ASN1_STRING_length.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_length.3 b/src/lib/libcrypto/man/ASN1_STRING_length.3
index 97957f3820..65501acf31 100644
--- a/src/lib/libcrypto/man/ASN1_STRING_length.3
+++ b/src/lib/libcrypto/man/ASN1_STRING_length.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_STRING_length.3,v 1.16 2018/04/25 15:17:52 schwarze Exp $ 1.\" $OpenBSD: ASN1_STRING_length.3,v 1.17 2018/05/19 22:55:17 schwarze Exp $
2.\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300 2.\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: April 25 2018 $ 69.Dd $Mdocdate: May 19 2018 $
70.Dt ASN1_STRING_LENGTH 3 70.Dt ASN1_STRING_LENGTH 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -117,7 +117,7 @@
117.Ft int 117.Ft int
118.Fo ASN1_STRING_to_UTF8 118.Fo ASN1_STRING_to_UTF8
119.Fa "unsigned char **out" 119.Fa "unsigned char **out"
120.Fa "ASN1_STRING *in" 120.Fa "const ASN1_STRING *in"
121.Fc 121.Fc
122.Ft int 122.Ft int
123.Fo ASN1_STRING_type 123.Fo ASN1_STRING_type