diff options
author | tb <> | 2024-03-05 18:30:40 +0000 |
---|---|---|
committer | tb <> | 2024-03-05 18:30:40 +0000 |
commit | f00f40684a806cf07c843cf80d4bd3b5495181ac (patch) | |
tree | 85167e06d303b96d549223ac726e858741b03c7e /src/lib/libcrypto/man/X509_cmp_time.3 | |
parent | 718acb4db9804b32fa5d19c4102807c831aca5c8 (diff) | |
download | openbsd-f00f40684a806cf07c843cf80d4bd3b5495181ac.tar.gz openbsd-f00f40684a806cf07c843cf80d4bd3b5495181ac.tar.bz2 openbsd-f00f40684a806cf07c843cf80d4bd3b5495181ac.zip |
Remove ASN1_time_parse documentation
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/X509_cmp_time.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/X509_cmp_time.3 b/src/lib/libcrypto/man/X509_cmp_time.3 index 0f2afdad02..bb430dfbb7 100644 --- a/src/lib/libcrypto/man/X509_cmp_time.3 +++ b/src/lib/libcrypto/man/X509_cmp_time.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_cmp_time.3,v 1.11 2021/11/12 14:34:57 schwarze Exp $ | 1 | .\" $OpenBSD: X509_cmp_time.3,v 1.12 2024/03/05 18:30:40 tb Exp $ |
2 | .\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 | 2 | .\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: November 12 2021 $ | 68 | .Dd $Mdocdate: March 5 2024 $ |
69 | .Dt X509_CMP_TIME 3 | 69 | .Dt X509_CMP_TIME 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -108,8 +108,6 @@ | |||
108 | .Fn X509_cmp_time | 108 | .Fn X509_cmp_time |
109 | parses | 109 | parses |
110 | .Fa asn1_time | 110 | .Fa asn1_time |
111 | with | ||
112 | .Xr ASN1_time_parse 3 | ||
113 | and compares it to | 111 | and compares it to |
114 | .Fa cmp_time , | 112 | .Fa cmp_time , |
115 | or to the current time if | 113 | or to the current time if |
@@ -182,7 +180,6 @@ structure or | |||
182 | on error. | 180 | on error. |
183 | .Sh SEE ALSO | 181 | .Sh SEE ALSO |
184 | .Xr ASN1_TIME_new 3 , | 182 | .Xr ASN1_TIME_new 3 , |
185 | .Xr ASN1_time_parse 3 , | ||
186 | .Xr ASN1_TIME_set 3 , | 183 | .Xr ASN1_TIME_set 3 , |
187 | .Xr time 3 | 184 | .Xr time 3 |
188 | .Sh HISTORY | 185 | .Sh HISTORY |