projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7104c37
)
Update mkdef.pl to handle new ASN1 macro
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 4 Oct 2002 20:24:50 +0000
(20:24 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 4 Oct 2002 20:24:50 +0000
(20:24 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 3fe6d2853fd022ad4bb88a912f45fa26cad118ee..dc84816819e80f3354040c403f63cb82be7645fa 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-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*\)/) {