X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkdef.pl;h=25e07ab8b97c5d86c79971d357a40759f830537b;hp=193e1e10cf74f3938f6eff7aba814a5a81972bce;hb=e43bfb2906e42c886ea6928fbec9aec15a2920f3;hpb=9c52c3e07c73ce6064b19942112204af2d16f3ff 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 .=