X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ms%2Fuplink-x86.pl;h=bad4901802e3e2ad42d8b8cfb66abc1ad91a779c;hp=440bf7d5f6b95b8f5cf330a1bd078ee3b4999bc9;hb=HEAD;hpb=e195c8a2562baef0fdcae330556ed60b1e922b0e diff --git a/ms/uplink-x86.pl b/ms/uplink-x86.pl index 440bf7d5f6..bad4901802 100755 --- a/ms/uplink-x86.pl +++ b/ms/uplink-x86.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl -# Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2008-2018 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# Licensed under the Apache License 2.0 (the "License"). You may not use # this file except in compliance with the License. You can obtain a copy # in the file LICENSE in the source distribution or at # https://www.openssl.org/source/license.html @@ -12,8 +12,7 @@ require "x86asm.pl"; require "uplink-common.pl"; -$output = pop; -open STDOUT,">$output"; +$output = pop and open STDOUT,">$output"; &asm_init($ARGV[0]); @@ -41,4 +40,4 @@ for ($i=1;$i<=$N;$i++) { } &asm_finish(); -close OUTPUT; +close STDOUT;