diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-08-07 22:22:16 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-08-07 22:22:16 +0000 |
commit | d52618f017559c6104ecc25c53155be61d1af6a8 (patch) | |
tree | cc88191c9ce8c149aee262ed7d79ce65c8d0dad8 /regress | |
parent | 8f54c2d59fdcbf1f2d00300cef85cf75d82d7494 (diff) |
Mark BIT_STRING_BITNAME as obsolete and intentionally undocumented.
In asn1.h rev. 1.80 (July 28, 2023), tb@ removed the last three
functions that were using this data type from the public API.
Diffstat (limited to 'regress')
-rwxr-xr-x | regress/lib/libcrypto/man/check_complete.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/lib/libcrypto/man/check_complete.pl b/regress/lib/libcrypto/man/check_complete.pl index b937c19604c..545d496007b 100755 --- a/regress/lib/libcrypto/man/check_complete.pl +++ b/regress/lib/libcrypto/man/check_complete.pl @@ -45,6 +45,7 @@ my %obsolete = ( ASN1_i2d_bio ASN1_i2d_bio_of ASN1_i2d_bio_of_const ASN1_i2d_fp ASN1_i2d_fp_of ASN1_i2d_fp_of_const ASN1_LONG_UNDEF + BIT_STRING_BITNAME ub_title V_ASN1_PRIMATIVE_TAG X509_algor_st |