summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-08-19 19:27:00 +0000
committertb <>2025-08-19 19:27:00 +0000
commit765e497f9697935834bb4064789c931ef52106ba (patch)
tree64137b120c0f6fbd1b02075b21a15c11e67a8b5c /src
parent2e7e54d39b2c2daad577d5ebd98d8a826edc4703 (diff)
downloadopenbsd-765e497f9697935834bb4064789c931ef52106ba.tar.gz
openbsd-765e497f9697935834bb4064789c931ef52106ba.tar.bz2
openbsd-765e497f9697935834bb4064789c931ef52106ba.zip
Add back the ASN1_{,F,T}BOOLEAN_it ASN.1 items
I was overeager to remove those a while back. This was dumb because this is about a basic ASN.1 type. The Gentoo maintainers found that tpm2-tools uses templated ASN.1 involving them. Fixes https://github.com/libressl/portable/issues/1178 ok beck jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/Symbols.list3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list
index 2aae617f0a..9bd4b99701 100644
--- a/src/lib/libcrypto/Symbols.list
+++ b/src/lib/libcrypto/Symbols.list
@@ -34,6 +34,7 @@ ASN1_BIT_STRING_set_bit
34ASN1_BMPSTRING_free 34ASN1_BMPSTRING_free
35ASN1_BMPSTRING_it 35ASN1_BMPSTRING_it
36ASN1_BMPSTRING_new 36ASN1_BMPSTRING_new
37ASN1_BOOLEAN_it
37ASN1_ENUMERATED_free 38ASN1_ENUMERATED_free
38ASN1_ENUMERATED_get 39ASN1_ENUMERATED_get
39ASN1_ENUMERATED_get_int64 40ASN1_ENUMERATED_get_int64
@@ -42,6 +43,7 @@ ASN1_ENUMERATED_new
42ASN1_ENUMERATED_set 43ASN1_ENUMERATED_set
43ASN1_ENUMERATED_set_int64 44ASN1_ENUMERATED_set_int64
44ASN1_ENUMERATED_to_BN 45ASN1_ENUMERATED_to_BN
46ASN1_FBOOLEAN_it
45ASN1_GENERALIZEDTIME_adj 47ASN1_GENERALIZEDTIME_adj
46ASN1_GENERALIZEDTIME_check 48ASN1_GENERALIZEDTIME_check
47ASN1_GENERALIZEDTIME_free 49ASN1_GENERALIZEDTIME_free
@@ -116,6 +118,7 @@ ASN1_STRING_type_new
116ASN1_T61STRING_free 118ASN1_T61STRING_free
117ASN1_T61STRING_it 119ASN1_T61STRING_it
118ASN1_T61STRING_new 120ASN1_T61STRING_new
121ASN1_TBOOLEAN_it
119ASN1_TIME_adj 122ASN1_TIME_adj
120ASN1_TIME_check 123ASN1_TIME_check
121ASN1_TIME_cmp_time_t 124ASN1_TIME_cmp_time_t