This commit is contained in:
Dr. Stephen Henson 2002-10-05 01:38:58 +00:00
parent fc6a6a1030
commit 97ebe047d0
2 changed files with 2 additions and 2 deletions

View File

@ -3019,4 +3019,4 @@ ASN1_put_eoc 3451 EXIST::FUNCTION:
PKCS12_add_key 3452 EXIST::FUNCTION:
PKCS12_add_cert 3453 EXIST::FUNCTION:
ASN1_item_ndef_i2d 3454 EXIST::FUNCTION:
d2i_PKCS7_NDEF 3455 EXIST::FUNCTION:
i2d_PKCS7_NDEF 3455 EXIST::FUNCTION:

View File

@ -711,7 +711,7 @@ sub do_defs
"FUNCTION");
next;
} elsif (/^\s*DECLARE_ASN1_NDEF_FUNCTION\s*\(\s*(\w*)\s*\)/) {
$def .= "int d2i_$1_NDEF(void);";
$def .= "int i2d_$1_NDEF(void);";
} elsif (/^\s*DECLARE_ASN1_SET_OF\s*\(\s*(\w*)\s*\)/) {
next;
} elsif (/^\s*DECLARE_PKCS12_STACK_OF\s*\(\s*(\w*)\s*\)/) {