summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86nasm.pl
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2018-01-06 11:49:53 -0500
committerRich Salz <rsalz@openssl.org>2018-01-07 09:51:54 -0500
commit617b49db14fa4c1211bfc5d0e88294d0f159c9a9 (patch)
tree314445188004c85c283c0f5a29fac214d3f5230e /crypto/perlasm/x86nasm.pl
parent9422d45de2b70cabec5f6e6a5c812e0647e6d3ab (diff)
Remove remaining NETWARE ifdef's
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5028)
Diffstat (limited to 'crypto/perlasm/x86nasm.pl')
-rw-r--r--crypto/perlasm/x86nasm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/x86nasm.pl b/crypto/perlasm/x86nasm.pl
index b4d4e2a781..9f52b4ae3f 100644
--- a/crypto/perlasm/x86nasm.pl
+++ b/crypto/perlasm/x86nasm.pl
@@ -12,7 +12,7 @@ package x86nasm;
*out=\@::out;
$::lbdecor="L\$"; # local label decoration
-$nmdecor=$::netware?"":"_"; # external name decoration
+$nmdecor="_"; # external name decoration
$drdecor=$::mwerks?".":""; # directive decoration
$initseg="";