summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/ASN1_STRING_new.34
-rw-r--r--src/lib/libcrypto/man/d2i_ASN1_OBJECT.36
2 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_new.3 b/src/lib/libcrypto/man/ASN1_STRING_new.3
index bd5f912b29..65be8c471b 100644
--- a/src/lib/libcrypto/man/ASN1_STRING_new.3
+++ b/src/lib/libcrypto/man/ASN1_STRING_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_STRING_new.3,v 1.7 2017/01/05 06:08:31 schwarze Exp $ 1.\" $OpenBSD: ASN1_STRING_new.3,v 1.8 2017/01/05 08:24:38 jmc Exp $
2.\" OpenSSL 99d63d46 Tue Mar 24 07:52:24 2015 -0400 2.\" OpenSSL 99d63d46 Tue Mar 24 07:52:24 2015 -0400
3.\" 3.\"
4.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 4.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -57,7 +57,7 @@
57.Nm ASN1_UTCTIME_new , 57.Nm ASN1_UTCTIME_new ,
58.Nm ASN1_UTCTIME_free , 58.Nm ASN1_UTCTIME_free ,
59.Nm ASN1_TIME_new , 59.Nm ASN1_TIME_new ,
60.Nm ASN1_TIME_free , 60.Nm ASN1_TIME_free
61.Nd allocate and free ASN1_STRING objects 61.Nd allocate and free ASN1_STRING objects
62.Sh SYNOPSIS 62.Sh SYNOPSIS
63.In openssl/asn1.h 63.In openssl/asn1.h
diff --git a/src/lib/libcrypto/man/d2i_ASN1_OBJECT.3 b/src/lib/libcrypto/man/d2i_ASN1_OBJECT.3
index 7098c774f0..33cc93c0d9 100644
--- a/src/lib/libcrypto/man/d2i_ASN1_OBJECT.3
+++ b/src/lib/libcrypto/man/d2i_ASN1_OBJECT.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_ASN1_OBJECT.3,v 1.5 2017/01/04 09:04:45 schwarze Exp $ 1.\" $OpenBSD: d2i_ASN1_OBJECT.3,v 1.6 2017/01/05 08:24:38 jmc Exp $
2.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 2.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400
3.\" 3.\"
4.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 4.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\" 17.\"
18.Dd $Mdocdate: January 4 2017 $ 18.Dd $Mdocdate: January 5 2017 $
19.Dt D2I_ASN1_OBJECT 3 19.Dt D2I_ASN1_OBJECT 3
20.Os 20.Os
21.Sh NAME 21.Sh NAME
@@ -77,7 +77,7 @@ or a value <= 0 if an error occurs.
77.Sh CAVEATS 77.Sh CAVEATS
78.Fn d2i_ASN1_OBJECT 78.Fn d2i_ASN1_OBJECT
79never sets the long and short names of the object, not even if the 79never sets the long and short names of the object, not even if the
80object identifier matches one that is built-in to the library. 80object identifier matches one that is built into the library.
81To find the names of an object identifier parsed from DER or BER 81To find the names of an object identifier parsed from DER or BER
82input, call 82input, call
83.Xr OBJ_obj2nid 3 83.Xr OBJ_obj2nid 3