diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-01-05 08:24:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-01-05 08:24:39 +0000 |
commit | 5c0d4ed39137bfb56c845186e5152aed707cf731 (patch) | |
tree | 53515ca64e6d552f7175675461db15d8fb20f687 /lib | |
parent | e7a409578431d9d6048b09b72f99bfebf0f0408f (diff) |
minor tweaks;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/ASN1_STRING_new.3 | 4 | ||||
-rw-r--r-- | lib/libcrypto/man/d2i_ASN1_OBJECT.3 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/man/ASN1_STRING_new.3 b/lib/libcrypto/man/ASN1_STRING_new.3 index bd5f912b298..65be8c471bd 100644 --- a/lib/libcrypto/man/ASN1_STRING_new.3 +++ b/lib/libcrypto/man/ASN1_STRING_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_STRING_new.3,v 1.7 2017/01/05 06:08:31 schwarze Exp $ +.\" $OpenBSD: ASN1_STRING_new.3,v 1.8 2017/01/05 08:24:38 jmc Exp $ .\" OpenSSL 99d63d46 Tue Mar 24 07:52:24 2015 -0400 .\" .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> @@ -57,7 +57,7 @@ .Nm ASN1_UTCTIME_new , .Nm ASN1_UTCTIME_free , .Nm ASN1_TIME_new , -.Nm ASN1_TIME_free , +.Nm ASN1_TIME_free .Nd allocate and free ASN1_STRING objects .Sh SYNOPSIS .In openssl/asn1.h diff --git a/lib/libcrypto/man/d2i_ASN1_OBJECT.3 b/lib/libcrypto/man/d2i_ASN1_OBJECT.3 index 7098c774f01..33cc93c0d9d 100644 --- a/lib/libcrypto/man/d2i_ASN1_OBJECT.3 +++ b/lib/libcrypto/man/d2i_ASN1_OBJECT.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: d2i_ASN1_OBJECT.3,v 1.5 2017/01/04 09:04:45 schwarze Exp $ +.\" $OpenBSD: d2i_ASN1_OBJECT.3,v 1.6 2017/01/05 08:24:38 jmc Exp $ .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 .\" .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 4 2017 $ +.Dd $Mdocdate: January 5 2017 $ .Dt D2I_ASN1_OBJECT 3 .Os .Sh NAME @@ -77,7 +77,7 @@ or a value <= 0 if an error occurs. .Sh CAVEATS .Fn d2i_ASN1_OBJECT never sets the long and short names of the object, not even if the -object identifier matches one that is built-in to the library. +object identifier matches one that is built into the library. To find the names of an object identifier parsed from DER or BER input, call .Xr OBJ_obj2nid 3 |