summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_time_tm.c
diff options
context:
space:
mode:
authorbeck <>2024-04-10 14:55:12 +0000
committerbeck <>2024-04-10 14:55:12 +0000
commit3c9bb658e65e654a398837dcaa7828d4e83681ab (patch)
tree84adeeeab8e348ef69bd256e91d03080fd01560b /src/lib/libcrypto/asn1/a_time_tm.c
parentedbb50b3bc9b9d528d9fae52c65de62bbb12f3b7 (diff)
downloadopenbsd-3c9bb658e65e654a398837dcaa7828d4e83681ab.tar.gz
openbsd-3c9bb658e65e654a398837dcaa7828d4e83681ab.tar.bz2
openbsd-3c9bb658e65e654a398837dcaa7828d4e83681ab.zip
Hide a couple of LCRYPTO_UNUSED in asn1.h
and remove the LIBRESSL_INTERNAL guards around them ok tb@
Diffstat (limited to 'src/lib/libcrypto/asn1/a_time_tm.c')
-rw-r--r--src/lib/libcrypto/asn1/a_time_tm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/a_time_tm.c b/src/lib/libcrypto/asn1/a_time_tm.c
index 16b9df2584..49d6ea2097 100644
--- a/src/lib/libcrypto/asn1/a_time_tm.c
+++ b/src/lib/libcrypto/asn1/a_time_tm.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: a_time_tm.c,v 1.35 2024/04/09 13:56:00 tb Exp $ */ 1/* $OpenBSD: a_time_tm.c,v 1.36 2024/04/10 14:55:12 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2015 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2015 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -552,6 +552,7 @@ ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t)
552 return ASN1_TIME_cmp_time_t_internal(s, t, V_ASN1_UTCTIME); 552 return ASN1_TIME_cmp_time_t_internal(s, t, V_ASN1_UTCTIME);
553 return -2; 553 return -2;
554} 554}
555LCRYPTO_ALIAS(ASN1_UTCTIME_cmp_time_t);
555 556
556/* 557/*
557 * ASN1_GENERALIZEDTIME wrappers 558 * ASN1_GENERALIZEDTIME wrappers