summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-23 14:58:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-23 14:58:30 +0000
commite43bfb2906e42c886ea6928fbec9aec15a2920f3 (patch)
treee12c3f8dbc3bd3d3eab283ca5f1c3b19eac26fd6 /util/mkdef.pl
parent9c52c3e07c73ce6064b19942112204af2d16f3ff (diff)
recognise DECLARE_PEM_write_const, update ordinals
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 193e1e10cf..25e07ab8b9 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -830,6 +830,7 @@ sub do_defs
$def .= "int PEM_write_bio_$1(void);";
next;
} elsif (/^DECLARE_PEM_write\s*\(\s*(\w*)\s*,/ ||
+ /^DECLARE_PEM_write_const\s*\(\s*(\w*)\s*,/ ||
/^DECLARE_PEM_write_cb\s*\(\s*(\w*)\s*,/ ) {
# Things not in Win16
$def .=