diff options
| author | tb <> | 2023-07-28 10:02:11 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 10:02:11 +0000 |
| commit | f72d08156c2afabfd1c38468eca631a5afed0f79 (patch) | |
| tree | 1367f561dd03f95b820968cb0b6444737ae3cb13 /src/lib/libcrypto/Symbols.list | |
| parent | 6602851323526cd6d822de23c4b19db917aa927a (diff) | |
| download | openbsd-f72d08156c2afabfd1c38468eca631a5afed0f79.tar.gz openbsd-f72d08156c2afabfd1c38468eca631a5afed0f79.tar.bz2 openbsd-f72d08156c2afabfd1c38468eca631a5afed0f79.zip | |
Remove ASN1_bn_print() and ASN1_buf_print()
ASN1_bn_print() is a hilariously bad API that was replaced with a saner
interface internally. ASN1_buf_print() isn't terrible, but it is too
specialized to be of real use. It was only exposed because ASN1_bn_print()
was already there. Its only use had been in the EdDSA printing code before
it was replaced with an internal helper.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 2c38d67e26..80be9faeae 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -181,8 +181,6 @@ ASN1_VISIBLESTRING_free | |||
| 181 | ASN1_VISIBLESTRING_it | 181 | ASN1_VISIBLESTRING_it |
| 182 | ASN1_VISIBLESTRING_new | 182 | ASN1_VISIBLESTRING_new |
| 183 | ASN1_add_oid_module | 183 | ASN1_add_oid_module |
| 184 | ASN1_bn_print | ||
| 185 | ASN1_buf_print | ||
| 186 | ASN1_d2i_bio | 184 | ASN1_d2i_bio |
| 187 | ASN1_d2i_fp | 185 | ASN1_d2i_fp |
| 188 | ASN1_dup | 186 | ASN1_dup |
