summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/asn1t.h
diff options
context:
space:
mode:
authorbeck <>2024-07-08 16:24:22 +0000
committerbeck <>2024-07-08 16:24:22 +0000
commit1a028405d9273f34c544f9f13321c6313cc407bd (patch)
treeeab340e43f1cb73482e9362c8bdf2bba9de8e1d5 /src/lib/libcrypto/hidden/openssl/asn1t.h
parent4b24fdbbea79c7bdfd9dbbdf4bf6884bdd5158d1 (diff)
downloadopenbsd-1a028405d9273f34c544f9f13321c6313cc407bd.tar.gz
openbsd-1a028405d9273f34c544f9f13321c6313cc407bd.tar.bz2
openbsd-1a028405d9273f34c544f9f13321c6313cc407bd.zip
Hide global _it symbols in asn1t.h
ok tb@
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/asn1t.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/asn1t.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/asn1t.h b/src/lib/libcrypto/hidden/openssl/asn1t.h
index 666dea564c..59f99baf75 100644
--- a/src/lib/libcrypto/hidden/openssl/asn1t.h
+++ b/src/lib/libcrypto/hidden/openssl/asn1t.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1t.h,v 1.3 2023/07/28 10:00:10 tb Exp $ */ 1/* $OpenBSD: asn1t.h,v 1.4 2024/07/08 16:24:22 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -29,5 +29,10 @@ LCRYPTO_USED(ASN1_item_ex_new);
29LCRYPTO_USED(ASN1_item_ex_free); 29LCRYPTO_USED(ASN1_item_ex_free);
30LCRYPTO_USED(ASN1_item_ex_d2i); 30LCRYPTO_USED(ASN1_item_ex_d2i);
31LCRYPTO_USED(ASN1_item_ex_i2d); 31LCRYPTO_USED(ASN1_item_ex_i2d);
32extern LCRYPTO_USED(ASN1_SEQUENCE_it);
33extern LCRYPTO_USED(BIGNUM_it);
34extern LCRYPTO_USED(LONG_it);
35extern LCRYPTO_USED(ZLONG_it);
36extern LCRYPTO_UNUSED(CBIGNUM_it);
32 37
33#endif /* _LIBCRYPTO_ASN1T_H */ 38#endif /* _LIBCRYPTO_ASN1T_H */