summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/asn1.h
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/hidden/openssl/asn1.h
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/hidden/openssl/asn1.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/asn1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/asn1.h b/src/lib/libcrypto/hidden/openssl/asn1.h
index 12d9618f80..91595d1da0 100644
--- a/src/lib/libcrypto/hidden/openssl/asn1.h
+++ b/src/lib/libcrypto/hidden/openssl/asn1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1.h,v 1.12 2024/03/02 09:08:41 tb Exp $ */ 1/* $OpenBSD: asn1.h,v 1.13 2024/04/10 14:55:12 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -231,5 +231,7 @@ LCRYPTO_USED(ASN1_item_print);
231LCRYPTO_USED(SMIME_crlf_copy); 231LCRYPTO_USED(SMIME_crlf_copy);
232LCRYPTO_USED(SMIME_text); 232LCRYPTO_USED(SMIME_text);
233LCRYPTO_USED(ERR_load_ASN1_strings); 233LCRYPTO_USED(ERR_load_ASN1_strings);
234LCRYPTO_UNUSED(ASN1_UTCTIME_cmp_time_t);
235LCRYPTO_UNUSED(ASN1_dup);
234 236
235#endif /* _LIBCRYPTO_ASN1_H */ 237#endif /* _LIBCRYPTO_ASN1_H */