aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-13 05:01:58 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-13 05:01:58 +0000
commit2d10c7156c3e5aa7c44e76188a9d220266bb6721 (patch)
tree1c148305383fc349aed9d76cc7795d7cdbfd528f /util
parent299053becdf147927c6cd4054e87c829aa06f245 (diff)
downloadopenssl-2d10c7156c3e5aa7c44e76188a9d220266bb6721.tar.gz
Win16 too :-).
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index b622492538..c00cc653ac 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -993,7 +993,7 @@ sub is_valid
# EXPORT_VAR_AS_FUNCTION means that global variables
# will be represented as functions. This currently
# only happens on VMS-VAX.
- if ($keyword eq "EXPORT_VAR_AS_FUNCTION" && ($VMSVAX || $W32)) {
+ if ($keyword eq "EXPORT_VAR_AS_FUNCTION" && ($VMSVAX || $W32 || $W16)) {
return 1;
}
return 0;