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.namespace | |
| 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.namespace')
| -rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 18d52db63c..7a309ab416 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
| @@ -1078,8 +1078,6 @@ _libre_ASN1_GENERALIZEDTIME_print | |||
| 1078 | _libre_ASN1_TIME_print | 1078 | _libre_ASN1_TIME_print |
| 1079 | _libre_ASN1_STRING_print | 1079 | _libre_ASN1_STRING_print |
| 1080 | _libre_ASN1_STRING_print_ex | 1080 | _libre_ASN1_STRING_print_ex |
| 1081 | _libre_ASN1_bn_print | ||
| 1082 | _libre_ASN1_buf_print | ||
| 1083 | _libre_ASN1_parse | 1081 | _libre_ASN1_parse |
| 1084 | _libre_ASN1_parse_dump | 1082 | _libre_ASN1_parse_dump |
| 1085 | _libre_ASN1_tag2bit | 1083 | _libre_ASN1_tag2bit |
