Update mkdef.pl to handle new ASN1 macro

This commit is contained in:
Dr. Stephen Henson 2002-10-04 20:24:50 +00:00
parent 7104c376ae
commit f86abc2e80

View File

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