diff options
| author | beck <> | 2024-04-10 14:55:12 +0000 |
|---|---|---|
| committer | beck <> | 2024-04-10 14:55:12 +0000 |
| commit | 3eff1e603938779d82a28fbd00dfe96a396d64b6 (patch) | |
| tree | 84adeeeab8e348ef69bd256e91d03080fd01560b /src/lib/libcrypto/hidden/openssl | |
| parent | 496ee4b49ea06446b21904e759001be0b2478852 (diff) | |
| download | openbsd-3eff1e603938779d82a28fbd00dfe96a396d64b6.tar.gz openbsd-3eff1e603938779d82a28fbd00dfe96a396d64b6.tar.bz2 openbsd-3eff1e603938779d82a28fbd00dfe96a396d64b6.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')
| -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 */ |
