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:
739b139
)
Recognize new macros.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 19 May 2005 11:51:43 +0000
(11:51 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 19 May 2005 11:51:43 +0000
(11:51 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index fa5848ace6a39cadbbe82183ee8c0c5dca2f488a..c9417d3b90d47b480b0dbc76e58cc4e51539c64d 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-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:"