aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-19 21:11:09 -0500
committerRich Salz <rsalz@openssl.org>2014-12-19 21:11:09 -0500
commite03b29871b2b87af9a4ec21c49eb3e1826eb772a (patch)
tree99c297e13e19c9f785a5cebdc99fabc616e77a71 /util/mkdef.pl
parent488f16e31b8f5ec2513410929325d0830d76762d (diff)
downloadopenssl-e03b29871b2b87af9a4ec21c49eb3e1826eb772a.tar.gz
RT3548: Remove outdated platforms
This commit removes all mention of NeXT and NextStep. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index fa3f3dbe76..ccd72f5887 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -78,7 +78,7 @@ my $OS2=0;
# Set this to make typesafe STACK definitions appear in DEF
my $safe_stack_def = 0;
-my @known_platforms = ( "__FreeBSD__", "PERL5", "NeXT",
+my @known_platforms = ( "__FreeBSD__", "PERL5",
"EXPORT_VAR_AS_FUNCTION", "ZLIB",
"OPENSSL_FIPS", "OPENSSL_FIPSCAPABLE" );
my @known_ossl_platforms = ( "VMS", "WIN16", "WIN32", "WINNT", "OS2" );