diff options
| author | tb <> | 2023-07-28 10:00:10 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 10:00:10 +0000 |
| commit | 6602851323526cd6d822de23c4b19db917aa927a (patch) | |
| tree | 8272f88698795f7034962dbe4a4dec21929fd6ba /src/lib/libcrypto/Symbols.namespace | |
| parent | 01880b11cac352ccba5d827f27af88f31718069a (diff) | |
| download | openbsd-6602851323526cd6d822de23c4b19db917aa927a.tar.gz openbsd-6602851323526cd6d822de23c4b19db917aa927a.tar.bz2 openbsd-6602851323526cd6d822de23c4b19db917aa927a.zip | |
Make ASN1_{primitive,template}_* internal
These were long removed from the public OpenSSL API, so we can do the
same. Remove ASN1_template_{d2i,i2d}() - those are unused internally.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
| -rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index d1afd92c08..18d52db63c 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
| @@ -1248,14 +1248,8 @@ _libre_BIO_vsnprintf | |||
| 1248 | _libre_ERR_load_BIO_strings | 1248 | _libre_ERR_load_BIO_strings |
| 1249 | _libre_ASN1_item_ex_new | 1249 | _libre_ASN1_item_ex_new |
| 1250 | _libre_ASN1_item_ex_free | 1250 | _libre_ASN1_item_ex_free |
| 1251 | _libre_ASN1_template_new | ||
| 1252 | _libre_ASN1_primitive_new | ||
| 1253 | _libre_ASN1_template_free | ||
| 1254 | _libre_ASN1_template_d2i | ||
| 1255 | _libre_ASN1_item_ex_d2i | 1251 | _libre_ASN1_item_ex_d2i |
| 1256 | _libre_ASN1_item_ex_i2d | 1252 | _libre_ASN1_item_ex_i2d |
| 1257 | _libre_ASN1_template_i2d | ||
| 1258 | _libre_ASN1_primitive_free | ||
| 1259 | _libre_EC_GFp_simple_method | 1253 | _libre_EC_GFp_simple_method |
| 1260 | _libre_EC_GFp_mont_method | 1254 | _libre_EC_GFp_mont_method |
| 1261 | _libre_EC_GROUP_new | 1255 | _libre_EC_GROUP_new |
