diff options
| author | tb <> | 2023-07-28 10:30:16 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 10:30:16 +0000 |
| commit | e2147417de87aad6ba65ecc032ecbc394ba9b139 (patch) | |
| tree | bed307ec2023eb715c5a9083f129a7d671153bc5 /src/lib/libcrypto/Symbols.namespace | |
| parent | 3c8d1e1cf9bb15a3ea986b0fa3f53d33663d6c55 (diff) | |
| download | openbsd-e2147417de87aad6ba65ecc032ecbc394ba9b139.tar.gz openbsd-e2147417de87aad6ba65ecc032ecbc394ba9b139.tar.bz2 openbsd-e2147417de87aad6ba65ecc032ecbc394ba9b139.zip | |
Remove ASN1_BIT_STRING_check
This was added with the TS code for no discernible reason. I could not
find a single consumer. In the unlikely event that you need this, it is
easy enough to write a better version of it yourself.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
| -rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 50803c59bb..eada22cc44 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
| @@ -931,7 +931,6 @@ _libre_i2d_ASN1_BIT_STRING | |||
| 931 | _libre_ASN1_BIT_STRING_set | 931 | _libre_ASN1_BIT_STRING_set |
| 932 | _libre_ASN1_BIT_STRING_set_bit | 932 | _libre_ASN1_BIT_STRING_set_bit |
| 933 | _libre_ASN1_BIT_STRING_get_bit | 933 | _libre_ASN1_BIT_STRING_get_bit |
| 934 | _libre_ASN1_BIT_STRING_check | ||
| 935 | _libre_ASN1_BIT_STRING_name_print | 934 | _libre_ASN1_BIT_STRING_name_print |
| 936 | _libre_ASN1_BIT_STRING_num_asc | 935 | _libre_ASN1_BIT_STRING_num_asc |
| 937 | _libre_ASN1_BIT_STRING_set_asc | 936 | _libre_ASN1_BIT_STRING_set_asc |
