diff options
author | jmc <> | 2016-11-05 09:13:56 +0000 |
---|---|---|
committer | jmc <> | 2016-11-05 09:13:56 +0000 |
commit | 8929252cc3a29a86f7cc9822b4d98693471480b2 (patch) | |
tree | 430dd3ebeaad5a0e5daa5f578628a3e9e8201842 /src/lib | |
parent | 9fa2112db3b5977fa473ce68fa02199114a3b870 (diff) | |
download | openbsd-8929252cc3a29a86f7cc9822b4d98693471480b2.tar.gz openbsd-8929252cc3a29a86f7cc9822b4d98693471480b2.tar.bz2 openbsd-8929252cc3a29a86f7cc9822b4d98693471480b2.zip |
further tweakage, with an improvement from joel;
ok jsing schwarze
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_time_parse.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/ASN1_time_parse.3 b/src/lib/libcrypto/man/ASN1_time_parse.3 index 03d37ae00a..77f8b129e2 100644 --- a/src/lib/libcrypto/man/ASN1_time_parse.3 +++ b/src/lib/libcrypto/man/ASN1_time_parse.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_time_parse.3,v 1.2 2016/11/04 22:53:26 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_time_parse.3,v 1.3 2016/11/05 09:13:56 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> | 3 | .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,13 +14,13 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: November 4 2016 $ | 17 | .Dd $Mdocdate: November 5 2016 $ |
18 | .Dt ASN1_TIME_PARSE 3 | 18 | .Dt ASN1_TIME_PARSE 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
21 | .Nm ASN1_time_parse, | 21 | .Nm ASN1_time_parse , |
22 | .Nm ASN1_time_tm_cmp | 22 | .Nm ASN1_time_tm_cmp |
23 | .Nd LibreSSL utilities for ASN1 format time | 23 | .Nd LibreSSL utilities for ASN.1 time types |
24 | .Sh SYNOPSIS | 24 | .Sh SYNOPSIS |
25 | .In openssl/asn1.h | 25 | .In openssl/asn1.h |
26 | .Ft int | 26 | .Ft int |
@@ -30,7 +30,7 @@ | |||
30 | .Sh DESCRIPTION | 30 | .Sh DESCRIPTION |
31 | The | 31 | The |
32 | .Fn ASN1_time_parse | 32 | .Fn ASN1_time_parse |
33 | function parses an ASN1 time string of | 33 | function parses an ASN.1 time string of |
34 | .Ar len | 34 | .Ar len |
35 | bytes starting at | 35 | bytes starting at |
36 | .Ar bytes . | 36 | .Ar bytes . |