Skip to content

Commit

Permalink
Pull up mkdef.pl from 0.9.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Polyakov committed Jul 24, 2005
1 parent 0a882b6 commit 47738cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/mkdef.pl
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,8 @@ sub do_defs
} elsif (/^\s*DECLARE_PKCS12_STACK_OF\s*\(\s*(\w*)\s*\)/) {
next;
} elsif (/^DECLARE_PEM_rw\s*\(\s*(\w*)\s*,/ ||
/^DECLARE_PEM_rw_cb\s*\(\s*(\w*)\s*,/ ) {
/^DECLARE_PEM_rw_cb\s*\(\s*(\w*)\s*,/ ||
/^DECLARE_PEM_rw_const\s*\(\s*(\w*)\s*,/ ) {
# Things not in Win16
$def .=
"#INFO:"
Expand Down

0 comments on commit 47738cb

Please sign in to comment.