Update mkdef.pl to handle new ASN1 macro
This commit is contained in:
parent
7104c376ae
commit
f86abc2e80
@ -710,6 +710,8 @@ sub do_defs
|
|||||||
"EXPORT_VAR_AS_FUNCTION",
|
"EXPORT_VAR_AS_FUNCTION",
|
||||||
"FUNCTION");
|
"FUNCTION");
|
||||||
next;
|
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*\)/) {
|
} elsif (/^\s*DECLARE_ASN1_SET_OF\s*\(\s*(\w*)\s*\)/) {
|
||||||
next;
|
next;
|
||||||
} elsif (/^\s*DECLARE_PKCS12_STACK_OF\s*\(\s*(\w*)\s*\)/) {
|
} elsif (/^\s*DECLARE_PKCS12_STACK_OF\s*\(\s*(\w*)\s*\)/) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user