summaryrefslogtreecommitdiff
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorappro <appro>2005-07-24 21:45:45 +0000
committerappro <appro>2005-07-24 21:45:45 +0000
commit1f200250e56f3a00dd133253e637f7c3035484b0 (patch)
tree29bc9228c848364a715f8644da1c3aa18ab77a44 /util/mkdef.pl
parent7eb86966c5aa67e9b74424a5c424ae2f3f47d203 (diff)
downloadopenssl-1f200250e56f3a00dd133253e637f7c3035484b0.tar.gz
Pull up mkdef.pl from 0.9.8.
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index fa5848ace..c9417d3b9 100755
--- 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:"