From 3a41db4ca9ac548272b340c6c2cfb2fc2eeaa870 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Wed, 10 Apr 2024 14:55:13 +0000 Subject: Hide a couple of LCRYPTO_UNUSED in asn1.h and remove the LIBRESSL_INTERNAL guards around them ok tb@ --- lib/libcrypto/hidden/openssl/asn1.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libcrypto/hidden') diff --git a/lib/libcrypto/hidden/openssl/asn1.h b/lib/libcrypto/hidden/openssl/asn1.h index 12d9618f809..91595d1da05 100644 --- a/lib/libcrypto/hidden/openssl/asn1.h +++ b/lib/libcrypto/hidden/openssl/asn1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1.h,v 1.12 2024/03/02 09:08:41 tb Exp $ */ +/* $OpenBSD: asn1.h,v 1.13 2024/04/10 14:55:12 beck Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -231,5 +231,7 @@ LCRYPTO_USED(ASN1_item_print); LCRYPTO_USED(SMIME_crlf_copy); LCRYPTO_USED(SMIME_text); LCRYPTO_USED(ERR_load_ASN1_strings); +LCRYPTO_UNUSED(ASN1_UTCTIME_cmp_time_t); +LCRYPTO_UNUSED(ASN1_dup); #endif /* _LIBCRYPTO_ASN1_H */ -- cgit v1.2.3