diff options
author | tb <> | 2024-08-07 10:26:43 +0000 |
---|---|---|
committer | tb <> | 2024-08-07 10:26:43 +0000 |
commit | 4912e3c2c2e891320302f54b31042bae879333bc (patch) | |
tree | b7def67b41107fbf8b5dd8daed8a2619fe9d34ac /src | |
parent | ac42bf92b33cba3038e65d42993f4b346657a65f (diff) | |
download | openbsd-4912e3c2c2e891320302f54b31042bae879333bc.tar.gz openbsd-4912e3c2c2e891320302f54b31042bae879333bc.tar.bz2 openbsd-4912e3c2c2e891320302f54b31042bae879333bc.zip |
adjust check_complete after recent-ish API and docs changes
Diffstat (limited to 'src')
-rwxr-xr-x | src/regress/lib/libcrypto/man/check_complete.pl | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/regress/lib/libcrypto/man/check_complete.pl b/src/regress/lib/libcrypto/man/check_complete.pl index 6af5f8c327..d85bbc7047 100755 --- a/src/regress/lib/libcrypto/man/check_complete.pl +++ b/src/regress/lib/libcrypto/man/check_complete.pl | |||
@@ -20,7 +20,7 @@ use warnings; | |||
20 | my %internal = ( | 20 | my %internal = ( |
21 | asn1 => [qw( | 21 | asn1 => [qw( |
22 | ASN1_ENCODING | 22 | ASN1_ENCODING |
23 | ASN1_STRING_FLAG_BITS_LEFT ASN1_STRING_FLAG_CONT | 23 | ASN1_STRING_FLAG_CONT |
24 | ASN1_STRING_FLAG_MSTRING ASN1_STRING_FLAG_NDEF | 24 | ASN1_STRING_FLAG_MSTRING ASN1_STRING_FLAG_NDEF |
25 | CHARTYPE_FIRST_ESC_2253 CHARTYPE_LAST_ESC_2253 CHARTYPE_PRINTABLESTRING | 25 | CHARTYPE_FIRST_ESC_2253 CHARTYPE_LAST_ESC_2253 CHARTYPE_PRINTABLESTRING |
26 | )], | 26 | )], |
@@ -49,7 +49,6 @@ my %obsolete = ( | |||
49 | ASN1_i2d_fp ASN1_i2d_fp_of ASN1_i2d_fp_of_const | 49 | ASN1_i2d_fp ASN1_i2d_fp_of ASN1_i2d_fp_of_const |
50 | ASN1_LONG_UNDEF | 50 | ASN1_LONG_UNDEF |
51 | BIT_STRING_BITNAME | 51 | BIT_STRING_BITNAME |
52 | ub_title | ||
53 | V_ASN1_PRIMATIVE_TAG | 52 | V_ASN1_PRIMATIVE_TAG |
54 | X509_algor_st | 53 | X509_algor_st |
55 | )], | 54 | )], |
@@ -92,15 +91,7 @@ my %postponed = ( | |||
92 | TYPEDEF_D2I_OF TYPEDEF_D2I2D_OF TYPEDEF_I2D_OF | 91 | TYPEDEF_D2I_OF TYPEDEF_D2I2D_OF TYPEDEF_I2D_OF |
93 | )], | 92 | )], |
94 | x509 => [qw( | 93 | x509 => [qw( |
95 | d2i_PBEPARAM d2i_PBE2PARAM d2i_PBKDF2PARAM | 94 | NETSCAPE_SPKAC NETSCAPE_SPKI PBEPARAM |
96 | i2d_PBEPARAM i2d_PBE2PARAM i2d_PBKDF2PARAM | ||
97 | NETSCAPE_SPKAC NETSCAPE_SPKI | ||
98 | PBEPARAM PBEPARAM_free PBEPARAM_new | ||
99 | PBE2PARAM PBE2PARAM_free PBE2PARAM_new | ||
100 | PBKDF2PARAM PBKDF2PARAM_free PBKDF2PARAM_new | ||
101 | PKCS5_pbe_set PKCS5_pbe_set0_algor | ||
102 | PKCS5_pbe2_set PKCS5_pbe2_set_iv | ||
103 | PKCS5_pbkdf2_set | ||
104 | )] | 95 | )] |
105 | ); | 96 | ); |
106 | 97 | ||