aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-07-11 17:09:04 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-07-11 17:09:04 +0000
commitf598cd13a3a194bf51bba32fc45751f392609898 (patch)
tree39c1639fa30263cd18bcff9b804fee3924319fa9 /util/mkdef.pl
parentf513939ebba7e6461319f58254f072023763cde3 (diff)
downloadopenssl-f598cd13a3a194bf51bba32fc45751f392609898.tar.gz
Various changes to stop VC++ choking under Win32.
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 c2a8d9a07f..80384af325 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -237,6 +237,7 @@ sub do_defs
$funcs{"sk_${1}_pop_free"} = 1;
$funcs{"sk_${1}_shift"} = 1;
$funcs{"sk_${1}_pop"} = 1;
+ $funcs{"sk_${1}_sort"} = 1;
} elsif ($safe_stack_def &&
/^\s*DECLARE_ASN1_SET_OF\s*\(\s*(\w*)\s*\)/) {
$funcs{"d2i_ASN1_SET_OF_${1}"} = 1;