diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/asn1.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/asn1.h | 4 |
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); | |||
231 | LCRYPTO_USED(SMIME_crlf_copy); | 231 | LCRYPTO_USED(SMIME_crlf_copy); |
232 | LCRYPTO_USED(SMIME_text); | 232 | LCRYPTO_USED(SMIME_text); |
233 | LCRYPTO_USED(ERR_load_ASN1_strings); | 233 | LCRYPTO_USED(ERR_load_ASN1_strings); |
234 | LCRYPTO_UNUSED(ASN1_UTCTIME_cmp_time_t); | ||
235 | LCRYPTO_UNUSED(ASN1_dup); | ||
234 | 236 | ||
235 | #endif /* _LIBCRYPTO_ASN1_H */ | 237 | #endif /* _LIBCRYPTO_ASN1_H */ |