[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Apr 25 12:08:42 UTC 2018


The branch master has been updated
       via  3625f6c977beccd7bb0d80a1a670c19f4338a27a (commit)
      from  bdb59d97a6a92498926ad8b3d5e166258339b447 (commit)


- Log -----------------------------------------------------------------
commit 3625f6c977beccd7bb0d80a1a670c19f4338a27a
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)

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

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 440bf7d..c298bdc 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