summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/X509_cmp_time.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/man/X509_cmp_time.3')
-rw-r--r--lib/libcrypto/man/X509_cmp_time.37
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libcrypto/man/X509_cmp_time.3 b/lib/libcrypto/man/X509_cmp_time.3
index 0f2afdad02d..bb430dfbb77 100644
--- a/lib/libcrypto/man/X509_cmp_time.3
+++ b/lib/libcrypto/man/X509_cmp_time.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_cmp_time.3,v 1.11 2021/11/12 14:34:57 schwarze Exp $
+.\" $OpenBSD: X509_cmp_time.3,v 1.12 2024/03/05 18:30:40 tb Exp $
.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 12 2021 $
+.Dd $Mdocdate: March 5 2024 $
.Dt X509_CMP_TIME 3
.Os
.Sh NAME
@@ -108,8 +108,6 @@
.Fn X509_cmp_time
parses
.Fa asn1_time
-with
-.Xr ASN1_time_parse 3
and compares it to
.Fa cmp_time ,
or to the current time if
@@ -182,7 +180,6 @@ structure or
on error.
.Sh SEE ALSO
.Xr ASN1_TIME_new 3 ,
-.Xr ASN1_time_parse 3 ,
.Xr ASN1_TIME_set 3 ,
.Xr time 3
.Sh HISTORY