[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Wed Apr 25 12:10:05 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  a08116c0d6b53bc7c23e3929d48a03d03f60e2fb (commit)
      from  fd749e2a0fde493216e0fd2896643badd0d875fe (commit)


- Log -----------------------------------------------------------------
commit a08116c0d6b53bc7c23e3929d48a03d03f60e2fb
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Apr 25 13:01:39 2018 +0200

    ms/uplink-x86.pl: close the file handle that was opened
    
    Fixes #5656
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6079)
    
    (cherry picked from commit 3625f6c977beccd7bb0d80a1a670c19f4338a27a)

-----------------------------------------------------------------------

Summary of changes:
 ms/uplink-x86.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ms/uplink-x86.pl b/ms/uplink-x86.pl
index e25668e..17484f6 100755
--- a/ms/uplink-x86.pl
+++ b/ms/uplink-x86.pl
@@ -41,4 +41,4 @@ for ($i=1;$i<=$N;$i++) {
 }
 &asm_finish();
 
-close OUTPUT;
+close STDOUT;


More information about the openssl-commits mailing list