X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ms%2Fuplink-x86.pl;h=e79cff72d1037615e211508dc56bf2f297eeeec8;hp=e25668ea35d1c8a0a123aea1b6f81185e9c3b175;hb=7c69495712e3dc9aa8db38271f0c3faeb2037165;hpb=e0a651945cb5a70a2abd9902c0fd3e9759d35867 diff --git a/ms/uplink-x86.pl b/ms/uplink-x86.pl index e25668ea35..e79cff72d1 100755 --- a/ms/uplink-x86.pl +++ b/ms/uplink-x86.pl @@ -1,5 +1,5 @@ #! /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 # this file except in compliance with the License. You can obtain a copy @@ -15,7 +15,7 @@ require "uplink-common.pl"; $output = pop; open STDOUT,">$output"; -&asm_init($ARGV[0],"uplink-x86"); +&asm_init($ARGV[0]); &external_label("OPENSSL_Uplink"); &public_label("OPENSSL_UplinkTable"); @@ -41,4 +41,4 @@ for ($i=1;$i<=$N;$i++) { } &asm_finish(); -close OUTPUT; +close STDOUT;