From: Andy Polyakov Date: Sun, 24 Jul 2005 21:45:45 +0000 (+0000) Subject: Pull up mkdef.pl from 0.9.8. X-Git-Tag: OpenSSL_0_9_8k^2~1906 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=47738cbad7fb27296dbb4f02393ba70854ce5cb7 Pull up mkdef.pl from 0.9.8. --- diff --git a/util/mkdef.pl b/util/mkdef.pl index fa5848ace6..c9417d3b90 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:"